Update version and changelog

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

@ -1,5 +1,14 @@
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)
* Synchronize locations with CalDAV and EteSync

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

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