diff --git a/CHANGELOG.md b/CHANGELOG.md index c73589d4b..787954d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Parse-SDK-JS +## 2.0.2 + +- Fixes issue affecting unsubscribing from liveQueries (#640) +- Adds support for aggregate stages with identical names (#637) +- Adds ability to fetch an object with includes (#631) +- Adds support for $nor operator in queries (#634) +- Adds support for containedBy operator in queries (#633) +- Adds support for includeAll (#632) + ## 2.0.1 - Ensure we only read the job status id header if present. diff --git a/package.json b/package.json index 2419ea939..fd2b8f4e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse", - "version": "2.0.1", + "version": "2.0.2", "description": "The Parse JavaScript SDK", "homepage": "https://www.parse.com", "keywords": [