Update version and changelog

pull/996/head 8.5
Alex Baker 5 years ago
parent b139941f90
commit 68f3703ca8

@ -1,5 +1,17 @@
Change Log
---
### 8.5 (2020-03-13)
* Synchronize locations with CalDAV and EteSync
* Fix crash when clearing completed from recently modified filter
* Update translations
* Dutch - @fvbommel
* French - @FlorianLeChat
* Hungarian - kaciokos
* Norwegian Bokmål - @comradekingu
* Simplified Chinese - @sr093906
* Spanish - @FlorianLeChat
### 8.4 (2020-03-11)
* New chip configuration options

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

@ -0,0 +1,5 @@
* Synchronize locations with CalDAV and EteSync
* Fix crash when clearing completed from recently modified filter
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save