Update version and changelog

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

@ -1,6 +1,12 @@
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)
* Bug fixes

@ -44,8 +44,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 100011
versionName = "10.0.1"
versionCode = 100012
versionName = "10.0.2"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
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