Update version and changelog

pull/1004/head 9.5
Alex Baker 4 years ago
parent 73b841c70f
commit 79e2daaf0f

@ -1,11 +1,12 @@
Change Log
---
=======
### 9.5 (2020-06-01)
### 9.5 (2020-06-03)
* Drag and drop to change subtasks in all list types
* Drag and drop to reprioritize or reschedule tasks while sorting by due date
or priority
* Bug fixes
* Update translations
* Basque - @osoitz
* Czech - Radek Řehořek

@ -42,7 +42,7 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 90500
versionCode = 90501
versionName = "9.5"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)

@ -3,6 +3,6 @@
<string-array name="changelog">
<item>Drag and drop to change subtasks in all list types</item>
<item>Drag and drop to reprioritize or reschedule tasks while sorting by due date or priority</item>
<item>Update translations</item>
<item>Bug fixes and translation updates</item>
</string-array>
</resources>

@ -1,4 +1,5 @@
* Drag and drop to change subtasks in all list types
* Drag and drop to reprioritize or reschedule tasks while sorting by due date
or priority
* Bug fixes
* Update translations
Loading…
Cancel
Save