diff --git a/CHANGELOG.md b/CHANGELOG.md index 58737526fe..559f7cfcd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,15 @@ ### NEXT RELEASE * _Contributing to this repo? Add info about your change here to be included in next release_ + +### 1.2.0 * Fix: Filtering with a 1-digit number (#831), thanks to [Pascal Giguère](https://github.com/pgiguere1) * Fix: Databrowser shows correct count of filtered objects, thanks to [Tom Engelbrecht](https://github.com/engel) - -### 1.1.3 * Feature: Add primaryBackgroundColor and secondaryBackgroundColor in AppCard, thanks to [AreyouHappy](https://github.com/AreyouHappy) +* Improvement: Removes forcing sort on createdAt (#796), thanks to [Florent Vilmart](https://github.com/flovilmart) +* Fix: Broken Learn More link to cloud code documentation page (#828), thanks to [Stefan Trauth](https://github.com/funkenstrahlen) +* Fix: Add `_PushStatus` add to SpecialClasses (#701), thanks to [Dongwoo Gim](https://github.com/gimdongwoo) +* Fix: Include PushAudience query (#795), thanks to [marvelm](https://github.com/marvelm) ### 1.1.2 diff --git a/package.json b/package.json index dfccf1cd2f..4fea328b8a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ ], "homepage": "https://github.com/ParsePlatform/parse-dashboard", "bugs": "https://github.com/ParsePlatform/parse-dashboard/issues", - "version": "1.1.3", + "version": "1.2.0", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"