diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d7bace6..bb7ca9226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/android/gradle.properties b/android/gradle.properties index 0617454e0..870dacfa1 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -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 diff --git a/android/uhabits-android/src/main/play/release-notes/en-US/default.txt b/android/uhabits-android/src/main/play/release-notes/en-US/default.txt index 98136243c..bbebfe656 100644 --- a/android/uhabits-android/src/main/play/release-notes/en-US/default.txt +++ b/android/uhabits-android/src/main/play/release-notes/en-US/default.txt @@ -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