diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d80c0617c..930f86d4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Parse Server Changelog +### 2.2.12 (6/9/2016) + +* New: Custom error codes in cloud code response.error, thanks to [Jeremy Pease](https://github.com/JeremyPlease) +* Fix: Crash in beforeSave when response is not an object, thanks to [Tyler Brock](https://github.com/TylerBrock) +* Fix: Allow "get" on installations +* Fix: Fix overly restrictive Class Level Permissions, thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Fix nested date parsing in Cloud Code, thanks to [Marco Cheung](https://github.com/Marco129) +* Fix: Support very old file formats from Parse.com + ### 2.2.11 (5/31/2016) * Security: Censor user password in logs, thanks to [Marco Cheung](https://github.com/Marco129) diff --git a/package.json b/package.json index d6497c9b01..44f6abeab7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.11", + "version": "2.2.12", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {