We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996d812 commit b22ae67Copy full SHA for b22ae67
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Parse Server Changelog
2
3
+### 2.3.1
4
+[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.3.0...2.3.1)
5
+
6
+A major issue was introduced when refactoring the authentication modules.
7
+This release addresses only that issue.
8
9
### 2.3.0
10
[Full Changelog](https://github.com/ParsePlatform/parse-server/compare/2.2.25...2.3.0)
11
package.json
@@ -1,6 +1,6 @@
{
"name": "parse-server",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {
0 commit comments