diff --git a/changelogs/CHANGELOG_release.md b/changelogs/CHANGELOG_release.md index 1b9a0f21..ce47a616 100644 --- a/changelogs/CHANGELOG_release.md +++ b/changelogs/CHANGELOG_release.md @@ -1,3 +1,10 @@ +## [7.5.2](https://github.com/parse-community/parse-server/compare/7.5.1...7.5.2) (2025-03-21) + + +### Bug Fixes + +* Authentication provider credentials are usable across Parse Server apps; fixes security vulnerability [GHSA-837q-jhwx-cmpv](https://github.com/parse-community/parse-server/security/advisories/GHSA-837q-jhwx-cmpv) ([#9668](https://github.com/parse-community/parse-server/issues/9668)) ([2ff9c71](https://github.com/parse-community/parse-server/commit/2ff9c71030bce3aada0a00fbceedeb7ae2c8a41e)) + ## [7.5.1](https://github.com/parse-community/parse-server/compare/7.5.0...7.5.1) (2025-03-14) diff --git a/package-lock.json b/package-lock.json index af96ebf1..fde31862 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parse-server", - "version": "7.5.1", + "version": "7.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "parse-server", - "version": "7.5.1", + "version": "7.5.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 4f4f66e3..90600ae9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-server", - "version": "7.5.1", + "version": "7.5.2", "description": "An express module providing a Parse-compatible API server", "main": "lib/index.js", "repository": {