Update version and changelog

pull/996/head 8.6
Alex Baker 6 years ago
parent 889605224d
commit fb4b241c55

@ -1,5 +1,14 @@
Change Log Change Log
--- ---
### 8.6 (2020-03-17)
* Expand and collapse navigation drawer groups
* Update translations
* Basque - @osoitz
* Hungarian - kaciokos
* Polish - @alex-ter
* Russian - @alex-ter
### 8.5 (2020-03-13) ### 8.5 (2020-03-13)
* Synchronize locations with CalDAV and EteSync * Synchronize locations with CalDAV and EteSync

@ -35,8 +35,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 700 versionCode = 706
versionName = "8.5" versionName = "8.6"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)
multiDexEnabled = true multiDexEnabled = true

@ -0,0 +1,4 @@
* Expand and collapse navigation drawer groups
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save