Skip to content

Commit b9742b6

Browse files
acinaderTomWFox
andauthored
Prep 4.1 (#6462)
* increment version in prep for 4.1 * changelog for 4.1 * fix security doc link Co-authored-by: Tom Fox <[email protected]>
1 parent 3a3a5ee commit b9742b6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## Parse Server Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.0.2...master)
4+
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.1.0...master)
5+
6+
### 4.1.0
7+
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.0.2...4.1.0)
8+
_SECURITY RELEASE_: see [advisory](https://github.com/parse-community/parse-server/security/advisories/GHSA-h4mf-75hf-67w4) for details
9+
- SECURITY FIX: Patch Regex vulnerabilities. See [3a3a5ee](https://github.com/parse-community/parse-server/commit/3a3a5eee5ffa48da1352423312cb767de14de269). Special thanks to [W0lfw00d](https://github.com/W0lfw00d) for identifying and [responsibly reporting](https://github.com/parse-community/parse-server/blob/master/SECURITY.md) the vulnerability. Thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo) for the speedy fix.
510

611
### 4.0.2
712
[Full Changelog](https://github.com/parse-community/parse-server/compare/4.0.1...4.0.2)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)