diff --git a/CHANGELOG.md b/CHANGELOG.md index f3c33d83..9c4ebd13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ ## Parse Server Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.1...master) + +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.3...master) + +### 3.2.3 +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.2...3.2.3) +- Correct previous release with patch that is fully merged + +### 3.2.2 +[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.1...3.2.2) +- Security fix to properly process userSensitiveFields when parse-server is started with + ../lib/cli/parse-server [#5463](https://github.com/parse-community/parse-server/pull/5463 + ) ### 3.2.1 [Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.0...3.2.1) diff --git a/package-lock.json b/package-lock.json index f8029814..73f68403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.2.1", + "version": "3.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ebbbf227..b3a65583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "3.2.1", + "version": "3.2.3", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {