Update changelog and version

pull/1258/head 11.0.1
Alex Baker 4 years ago
parent a6a0318c53
commit 38af77daf9

@ -1,7 +1,8 @@
### 11.0.1 (2020-12-16)
### 11.0.1 (2020-12-17)
* Fix EteSync client issue with v2 accounts
([b761309](https://github.com/tasks/tasks/commit/b76130902ae0be6e1d580d588798a9ed0d7ff385))
* Fix multi-select 'Pick time' crash
* Fix default hide until due time
([#842](https://github.com/tasks/tasks/issues/842#issuecomment-746358382))
* Add Croatian translations - Garden Hose

@ -44,7 +44,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110009
versionCode = 110010
versionName = "11.0.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)

@ -1,4 +1,5 @@
* Fix EteSync client issue with v2 accounts
* Some fields were reset for new tasks after first sync
* Fix multi-select 'Pick time' crash
* Fix default hide until due time
* Update translations
* Update translations
Loading…
Cancel
Save