Update version and changelog

pull/996/head 8.9.2
Alex Baker 4 years ago
parent 33966506de
commit 7db1511597

@ -1,6 +1,15 @@
Change Log
---
=======
### 8.9.2 (2020-04-10)
* Fix 'Add reminder' layout issues
* Fix move between EteSync lists
* Accept date time changes when dismissing dialog
* Improve date time picker behavior in landscape mode
* Update translations
* Basque - @osoitz
### 8.9.1 (2020-04-08)
* Add option to always hide check button

@ -36,8 +36,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 728
versionName = "8.9.1"
versionCode = 729
versionName = "8.9.2"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
multiDexEnabled = true

@ -0,0 +1,7 @@
* Fix 'Add reminder' layout issues
* Fix move between EteSync lists
* Accept date time changes when dismissing dialog
* Improve date time picker behavior in landscape mode
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save