diff --git a/CHANGELOG.md b/CHANGELOG.md index 2045271ed8..690c6f8f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ ## Parse Dashboard Changelog ### master -[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.1...master) +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.2...master) * _Contributing to this repo? Add info about your change here to be included in next release_ +### 1.3.2 +[Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.1...1.3.2) + +* FIX: Dockerhub configuration which was preventing 1.3.1 from publishing ([#1098](https://github.com/parse-community/parse-dashboard/pull/1098)), thanks to [Diamond Lewis](https://github.com/dplewis) + ### 1.3.1 [Full Changelog](https://github.com/parse-community/parse-dashboard/compare/1.3.0...1.3.1) diff --git a/package-lock.json b/package-lock.json index 08d1198089..8f9234a4df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "parse-dashboard", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d139a9e50..07d26f8f72 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.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/ParsePlatform/parse-dashboard"