diff --git a/CHANGELOG.md b/CHANGELOG.md index b56f35ac2e..c720c6a84c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## Parse Server Changelog +### 2.2.16 (7/10/2016) + +* New: Expose InMemoryCacheAdapter publicly, thanks to [Steven Shipton](/~https://github.com/steven-supersolid) +* New: Add ability to prevent login with unverified email, thanks to [Diwakar Cherukumilli](/~https://github.com/cherukumilli) +* Improved: Better error message for incorrect type, thanks to [Andrew Lane](/~https://github.com/AndrewLane) +* Improved: Better error message for permission denied, thanks to [Blayne Chard](/~https://github.com/blacha) +* Improved: Update authData on login, thanks to [Florent Vilmart](/~https://github.com/flovilmart) +* Improved: Ability to not check for old files on Parse.com, thanks to [OzgeAkin](/~https://github.com/OzgeAkin) +* Fix: Issues with email adapter validation, thanks to [Tyler Brock](/~https://github.com/TylerBrock) +* Fix: Issues with nested $or queries, thanks to [Florent Vilmart](/~https://github.com/flovilmart) + ### 2.2.15 (6/30/2016) * Fix: Type in description for Parse.Error.INVALID_QUERY, thanks to [Andrew Lane](/~https://github.com/AndrewLane) diff --git a/package.json b/package.json index 36364f1589..2d46467826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.15", + "version": "2.2.16", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {