Update version and changelog

pull/1260/head
Alex Baker 4 years ago
parent b76130902a
commit 6bb003f8f4

@ -1,3 +1,22 @@
### 11.0.1 (2020-12-16)
* Fix EteSync client issue with v2 accounts
([b761309](https://github.com/tasks/tasks/commit/b76130902ae0be6e1d580d588798a9ed0d7ff385))
* Fix default hide until due time
([#842](https://github.com/tasks/tasks/issues/842#issuecomment-746358382))
* Add Croatian translations - Garden Hose
* Add Urdu translations - Maaz
* Update translations
* French - @FlorianLeChat
* Hungarian - kaciokos
* Korean - Sunjae Choi
* Polish - @lstolcman
* Russian - Nikita Epifanov, @KovalevArtem
* Serbian - Garden Hose
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Turkish - @emintufan
### 11.0 (2020-12-10)
* New Tasks.org synchronization service

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110008
versionName = "11.0"
versionCode = 110009
versionName = "11.0.1"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

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