diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6fd54a..09bcc243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Parse Server Changelog +### 2.2.4 (3/29/2016) + +* Hotfix: fixed imports issue for S3Adapter, GCSAdapter, FileSystemAdapter [\#1263](https://github.com/ParsePlatform/parse-server/pull/1263) ([drew-gross](https://github.com/drew-gross) +* Fix: Clean null authData values on _User update [\#1199](https://github.com/ParsePlatform/parse-server/pull/1199) ([yuzeh](https://github.com/yuzeh)) + ### 2.2.3 (3/29/2016) * Fixed bug with invalid email verification link on email update. [\#1253](https://github.com/ParsePlatform/parse-server/pull/1253) ([kzielonka](https://github.com/kzielonka)) diff --git a/package.json b/package.json index 122358cb..20963097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.2.3", + "version": "2.2.4", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {