diff --git a/CHANGELOG.md b/CHANGELOG.md index f49a2f18..54773f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ ## Parse Server Changelog +### 2.4.1 +[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.4.0...2.4.1) + +#### Bug fixes: +* Fixes issue affecting relation updates ([#3835](https://github.com/parse-community/parse-server/pull/3835), [#3836](https://github.com/parse-community/parse-server/pull/3836)), thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fixes issue affecting sending push notifications, thanks to [Felipe Andrade](https://github.com/felipemobile) +* Session are always cleared when updating the passwords ([#3289](https://github.com/parse-community/parse-server/pull/3289), [#3821](https://github.com/parse-community/parse-server/pull/3821), thanks to [Florent Vilmart](https://github.com/flovilmart) + +#### Dependency Updates: +* [body-parser@1.17.2](https://www.npmjs.com/package/body-parser) +* [pg-promise@5.7.1](https://www.npmjs.com/package/pg-promise) +* [ws@3.0.0](https://www.npmjs.com/package/ws) + + ### 2.4.0 [Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.8...2.4.0) diff --git a/package.json b/package.json index ce0966ff..64d413ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "2.4.0", + "version": "2.4.1", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {