From 9658d216f3487ede78fa6aaf8e523e8bb2fc0613 Mon Sep 17 00:00:00 2001 From: Drew <drew.a.gross@gmail.com> Date: Sun, 10 Jul 2016 21:00:55 -0700 Subject: [PATCH] Version 2.2.16 (#2247) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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": {