diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d0abf4..8f32783a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ### master -[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.0...master) +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.1...master) + +### 3.7.1 +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.7.0...3.7.1) + +- FIX: Missing APN module +- FIX: Set falsy values as default to schema fields [#5868](https://github.com/parse-community/parse-server/pull/5868), thanks to [Lucas Alencar](https://github.com/alencarlucas) +- NEW: Implement WebSocketServer Adapter [#5866](https://github.com/parse-community/parse-server/pull/5866), thanks to [Diamond Lewis](https://github.com/dplewis) ### 3.7.0 [Full Changelog](https://github.com/parse-community/parse-server/compare/3.6.0...3.7.0) diff --git a/package-lock.json b/package-lock.json index c490d02e..75ba3cb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.7.0", + "version": "3.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76f5a593..cce983c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.7.0", + "version": "3.7.1", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {