Update version and changelog

pull/996/head
Alex Baker 6 years ago
parent 1a4289116e
commit a704e5f289

@ -1,6 +1,15 @@
Change Log Change Log
--- ---
======= =======
### 8.11 (2020-04-23)
* Edit existing custom filters
* Drag and drop to rearrange filter criteria
* Swipe to delete filter criteria
* Tap on filter criteria to choose filter operator
* Offer additional built-in filters
* Update translations
### 8.10 (2020-04-20) ### 8.10 (2020-04-20)
* New widget features * New widget features

@ -36,8 +36,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 740 versionCode = 745
versionName = "8.10" versionName = "8.11"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)
multiDexEnabled = true multiDexEnabled = true

@ -0,0 +1,8 @@
* Edit existing custom filters
* Drag and drop to rearrange filter criteria
* Swipe to delete filter criteria
* Tap on filter criteria to choose filter operator
* Offer additional built-in filters
* Update translations
Full release notes: https://tasks.org/changelog
Loading…
Cancel
Save