From b1db1581d143fa891d65caff972a665a2fc9c657 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Wed, 17 Oct 2018 18:21:23 -0700 Subject: [PATCH] :zap: Release 3.1.0 --- CHANGELOG.md | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e754f07cf..4703059e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,23 @@ ## Parse Server Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...master) +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.1.0...master) + +### 3.1.0 +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.0.0...3.1.0) #### Breaking Changes: -* Return success on sendPasswordResetEmail even if email not found. See #7fe4030 +* Return success on sendPasswordResetEmail even if email not found. (#7fe4030) #### Security Fix: -* Expire password reset tokens on email change. See #5104 +* Expire password reset tokens on email change (#5104) +#### Improvements: +* Live Query CLPs (#4387) +* Reduces number of calls to injectDefaultSchema (#5107) +* Remove runtime dependency on request (#5076) #### Bug fixes: -* Fixes issue with vkontatke authentication - +* Fixes issue with vkontatke authentication (#4977) +* Use the correct function when validating google auth tokens (#5018) +* fix unexpected 'delete' trigger issue on LiveQuery (#5031) ### 3.0.0 [Full Changelog](https://github.com/parse-community/parse-server/compare/2.8.4...3.0.0) diff --git a/package.json b/package.json index 03f04e267e..109d9bd1ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.0.0", + "version": "3.1.0", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {