Update version and changelog

pull/935/head 8.3
Alex Baker 6 years ago
parent be43327f1b
commit a31cdb777b

@ -1,5 +1,11 @@
Change Log Change Log
--- ---
### 8.3 (2020-03-08)
* Synchronize CalDAV and EteSync colors
* Rename CalDAV and EteSync lists
* Update Turkish translations - @emintufan
### 8.2.1 (2020-03-07) ### 8.2.1 (2020-03-07)
* Increase default chip text contrast * Increase default chip text contrast

@ -35,8 +35,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 682 versionCode = 685
versionName = "8.2.1" versionName = "8.3"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)
multiDexEnabled = true multiDexEnabled = true

@ -0,0 +1,5 @@
* Synchronize CalDAV and EteSync colors
* Rename CalDAV and EteSync lists
* Translation updates
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save