Update changelog and version

pull/1259/head
Alex Baker 5 years ago
parent 8545f695c1
commit 2de48057f8

@ -1,3 +1,14 @@
### 11.1 (2020-12-17)
* Add [DecSync CC synchronization](https://tasks.org/decsync)
* Update translations
* Dutch - @fvbommel
* French - @FlorianLeChat
* Hungarian - kaciokos
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
* Urdu - Maaz
### 11.0.1 (2020-12-17)
* Fix EteSync client issue with v2 accounts

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

@ -0,0 +1,2 @@
* Add DecSync CC synchronization
* Update translations
Loading…
Cancel
Save