Update version and changelog

pull/1132/head 10.0.2
Alex Baker 5 years ago
parent 427d8b9423
commit 59f5e7b32a

@ -1,6 +1,12 @@
Change Log Change Log
--- ---
======= =======
### 10.0.2 (2020-09-14)
* Fix crash from corrupted custom filter
* Fix crash in 'Astrid manual sorting' mode
* Fix missing 'Calendar event created' snackbar
### 10.0.1 (2020-09-05) ### 10.0.1 (2020-09-05)
* Bug fixes * Bug fixes

@ -44,8 +44,8 @@ android {
defaultConfig { defaultConfig {
testApplicationId = "org.tasks.test" testApplicationId = "org.tasks.test"
applicationId = "org.tasks" applicationId = "org.tasks"
versionCode = 100011 versionCode = 100012
versionName = "10.0.1" versionName = "10.0.2"
targetSdkVersion(Versions.targetSdk) targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk) minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner" testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,3 @@
* Fix crash from corrupted custom filter
* Fix crash in 'Astrid manual sorting' mode
* Fix missing 'Calendar event created' snackbar
Loading…
Cancel
Save