Update version and changelog

pull/1384/head
Alex Baker 3 years ago
parent 68a3dd0a3c
commit 96ccd7e749

@ -1,3 +1,8 @@
### 11.5.2 (2021-02-25)
* Fix CalDAV sync error
* Report errors when generating recurrence dates
### 11.5.1 (2021-02-24)
* Fix 'repeat until' date

@ -45,8 +45,8 @@ android {
defaultConfig {
testApplicationId = "org.tasks.test"
applicationId = "org.tasks"
versionCode = 110501
versionName = "11.5.1"
versionCode = 110502
versionName = "11.5.2"
targetSdkVersion(Versions.targetSdk)
minSdkVersion(Versions.minSdk)
testInstrumentationRunner = "org.tasks.TestRunner"

@ -0,0 +1,4 @@
* Fix 'repeat until' date
* Fix repeat dates for UTC+13
* F-Droid: Handle null name in Nominatim reverse geocoder
* Update translations
Loading…
Cancel
Save