diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f5ab0c2..0f2e30097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # Changelog -## [2.0.3] - [Unreleased] +## [2.0.3] - 2021-08-21 ### Fixed -- Improve automatic checkmarks for monthly habits (@iSoron, 947) +- Improve automatic checkmarks for monthly habits (@iSoron, #947) - Fix small theme issues (@iSoron) - Fix ANR on some Samsung phones (@iSoron, #962) -- Fix exception in CheckmarkWidget.refreshData (@iSoron, #907) +- Fix dates before the year 2000 (@iSoron, #967) - Fix notification adding checkmarks to the wrong day (@hiqua, #969) -- Fix dates before the year 2000 (@iSoron) +- Fix crashes in widgets (@hiqua, @iSoron, #907, #966, #965) +- Fix crash when moving habits (@hiqua, #968) ## [2.0.2] - 2021-05-23 diff --git a/uhabits-android/src/main/play/release-notes/en-US/default.txt b/uhabits-android/src/main/play/release-notes/en-US/default.txt index 70bb26533..279010497 100644 --- a/uhabits-android/src/main/play/release-notes/en-US/default.txt +++ b/uhabits-android/src/main/play/release-notes/en-US/default.txt @@ -1,4 +1,4 @@ -2.0.2: +2.0.3: * Bug fixes 2.0: * Track numeric habits (e.g. how many pages did you read?)