diff --git a/CHANGELOG.md b/CHANGELOG.md index cecb2045..2d1dcf2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Parse Server Changelog +### 2.2.10 (5/15/2016) + +* Fix: Write legacy ACLs to Mongo so that clients that still go through Parse.com can read them, thanks to [Tyler Brock](https://github.com/TylerBrock) and [carmenlau](https://github.com/carmenlau) +* Fix: Querying installations with limit = 0 and count = 1 now works, thanks to [ssk7833](https://github.com/ssk7833) +* Fix: Return correct error when violating unique index, thanks to [Marco Cheung](https://github.com/Marco129) +* Fix: Allow unsetting user's email, thanks to [Marco Cheung](https://github.com/Marco129) +* New: Support for Node 6.1 + ### 2.2.9 (5/9/2016) * Fix: Fix a regression that caused Parse Server to crash when a null parameter is passed to a Cloud function diff --git a/package.json b/package.json index 264f57ab..ac8bc7e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.9", + "version": "2.2.10", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {