From 526518ede9cc76e4c1bb58b7d4f75192f32aea15 Mon Sep 17 00:00:00 2001 From: Drew Gross Date: Thu, 9 Jun 2016 14:38:14 -0700 Subject: [PATCH 1/2] Changelog 2.2.12 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d80c0617c..2fc227656b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ ## Parse Server Changelog +### 2.2.12 (9/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": { From 73285984736ba08d9b5bde984f337ce1b465dae0 Mon Sep 17 00:00:00 2001 From: Drew Date: Thu, 9 Jun 2016 18:28:05 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fc227656b..930f86d4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Parse Server Changelog -### 2.2.12 (9/9/2016) +### 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)