Update version and changelog

pull/1732/head 12.1
Alex Baker 2 years ago
parent cbd7b75cc0
commit ea001b2e65

@ -1,3 +1,14 @@
### 12.1 (2021-01-09)
* Group overdue tasks when sorting by due date
* Update translations
* Basque - Sergio Varela
* Chinese (Simplified) - Eric
* French - @FlorianLeChat
* Norwegian Bokmål - @comradekingu
* Spanish - @FlorianLeChat
* Vietnamese - @unbaseduser
### 12.0 (2022-01-08)
* New bottom app bar

@ -61,8 +61,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 120003
versionName = "12.0"
versionCode = 120100
versionName = "12.1"
targetSdk = Versions.targetSdk
minSdk = Versions.minSdk
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,2 @@
* Group overdue tasks when sorting by due date
* Update translations
Loading…
Cancel
Save