Skip to content

Commit

Permalink
Version 1.0.20 (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyPlease authored and flovilmart committed Dec 2, 2016
1 parent be9f498 commit 09c6084
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!

- [ ] You're running version >=1.0.19 of Parse Dashboard.
- [ ] You're running version >=1.0.20 of Parse Dashboard.

- [ ] You're running version >=2.2.24 of Parse Server.

Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

### NEXT RELEASE

* Fix: Can't send push to specific user (#561)
* _Contributing to this repo? Add info about your change here to be included in next release_

### 1.0.20

* New: Form based login page instead of basic auth (#562), thanks to [Jeremy Louie](https://github.com/JeremyPlease)
* Fix: Can't send push to specific user (#570), thanks to [Dan VanWinkle](https://github.com/dvanwinkle)
* Fix: Download link in footer menu (#567), thanks to [Pavel Ivanov](https://github.com/pivanov)


### 1.0.19

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
"version": "1.0.19",
"version": "1.0.20",
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/parse-dashboard"
Expand Down

0 comments on commit 09c6084

Please sign in to comment.