diff --git a/CHANGELOG.md b/CHANGELOG.md index baeb0ed749..2045271ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ ## Parse Dashboard Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.1...master) * _Contributing to this repo? Add info about your change here to be included in next release_ -* Fix: Correct inappropriate error message when no target audience is selected (#1052), thanks to [Bouimadaghene](https://github.com/starbassma) + +### 1.3.1 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...1.3.1) + +* FIX: Correct inappropriate error message when no target audience is selected ([#1052](https://github.com/parse-community/parse-dashboard/pull/1051)), thanks to [Bouimadaghene](https://github.com/starbassma) +* FIX: issue regarding lost mount path ([#1070](https://github.com/parse-community/parse-dashboard/pull/1070)), thanks to [Diamond Lewis](https://github.com/dplewis) +* NEW: Add distinct / unique filter ([#920](https://github.com/parse-community/parse-dashboard/pull/920)), thanks to [Diamond Lewis](https://github.com/dplewis) ### 1.3.0 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.2.0...1.3.0) diff --git a/package-lock.json b/package-lock.json index 87e46a2ea9..bbb7d2a6ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2544b5d2d3..40db780e00 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.3.0", + "version": "1.3.1", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"