Merge pull request #486 from ParsePlatform/fosco.211

Updating to 2.1.1
This commit is contained in:
Fosco Marotto
2016-02-18 12:43:51 -08:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
## Parse Server Changelog
### 2.1.1 (2/18/2016)
* Experimental: Schemas API support for DELETE operations
* Fix: Session token issue fetching Users
* Fix: Facebook auth validation
* Fix: Invalid error when deleting missing session
### 2.1.0 (2/17/2016)
* Feature: Support for additional OAuth providers

View File

@@ -1,6 +1,6 @@
{
"name": "parse-server",
"version": "2.1.0",
"version": "2.1.1",
"description": "An express module providing a Parse-compatible API server",
"main": "lib/index.js",
"repository": {