Skip to content

Commit 9678b7a

Browse files
committed
Merge pull request #486 from ParsePlatform/fosco.211
Updating to 2.1.1
2 parents c9431a8 + a6dc76d commit 9678b7a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### 2.1.1 (2/18/2016)
4+
5+
* Experimental: Schemas API support for DELETE operations
6+
* Fix: Session token issue fetching Users
7+
* Fix: Facebook auth validation
8+
* Fix: Invalid error when deleting missing session
9+
310
### 2.1.0 (2/17/2016)
411

512
* Feature: Support for additional OAuth providers

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": "2.1.0",
3+
"version": "2.1.1",
44
"description": "An express module providing a Parse-compatible API server",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)