Bump version to 1.8.12; update CHANGELOG and release notes

pull/760/head
Alinson S. Xavier 5 years ago
parent 56f91526e6
commit 5516f40571

@ -1,5 +1,10 @@
# Changelog
### 1.8.12 (TBD)
* Fix bug that caused incorrect check marks to show after scrolling (#713)
* Fix issue preventing widgets from updating at midnight (#680)
### 1.8.11 (Dev 29, 2020)
* Fix theme issues on Xiaomi phones

@ -1,5 +1,5 @@
VERSION_CODE = 10811
VERSION_NAME = 1.8.11
VERSION_CODE = 10812
VERSION_NAME = 1.8.12
MIN_SDK_VERSION = 21
TARGET_SDK_VERSION = 29

@ -1,2 +1,3 @@
1.8.11:
* Fix theme issues on Xiaomi phones
1.8.12:
* Fix bug that caused incorrect check marks to show after scrolling
* Fix issue preventing widgets from updating at midnight

Loading…
Cancel
Save