Skip to content

Commit 09c6084

Browse files
JeremyPleaseflovilmart
authored andcommitted
Version 1.0.20 (#603)
1 parent be9f498 commit 09c6084

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Dashboard!
22

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

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

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
### NEXT RELEASE
44

5-
* Fix: Can't send push to specific user (#561)
5+
* _Contributing to this repo? Add info about your change here to be included in next release_
6+
7+
### 1.0.20
8+
9+
* New: Form based login page instead of basic auth (#562), thanks to [Jeremy Louie](https://github.com/JeremyPlease)
10+
* Fix: Can't send push to specific user (#570), thanks to [Dan VanWinkle](https://github.com/dvanwinkle)
11+
* Fix: Download link in footer menu (#567), thanks to [Pavel Ivanov](https://github.com/pivanov)
12+
613

714
### 1.0.19
815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"homepage": "https://github.com/ParsePlatform/parse-dashboard",
2222
"bugs": "https://github.com/ParsePlatform/parse-dashboard/issues",
23-
"version": "1.0.19",
23+
"version": "1.0.20",
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/ParsePlatform/parse-dashboard"

0 commit comments

Comments
 (0)