We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f46ece commit aa071e0Copy full SHA for aa071e0
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