Skip to content

Commit a3c8629

Browse files
authored
Release notes and version bump for 3.2.3 (#5467)
1 parent 730f5c5 commit a3c8629

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.1...master)
4+
5+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.3...master)
6+
7+
### 3.2.3
8+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.2...3.2.3)
9+
- Correct previous release with patch that is fully merged
10+
11+
### 3.2.2
12+
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.1...3.2.2)
13+
- Security fix to properly process userSensitiveFields when parse-server is started with
14+
../lib/cli/parse-server [#5463](https://github.com/parse-community/parse-server/pull/5463
15+
)
516

617
### 3.2.1
718
[Full Changelog](https://github.com/parse-community/parse-server/compare/3.2.0...3.2.1)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server",
3-
"version": "3.2.1",
3+
"version": "3.2.3",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)