diff --git a/CHANGELOG.md b/CHANGELOG.md index 31277a702..cd56f79fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Change Log --- +### 6.4.1 (2019-01-16) + +* Limit number of active notifications +* Limit rate of notifications +* Fix Synology Calendar sync issue +* Fix exception when external storage is unavailable + ### 6.4 (2019-01-10) * Copy backups to Google Drive diff --git a/app/build.gradle b/app/build.gradle index 6f0365c17..5ed1432cf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -19,8 +19,8 @@ android { defaultConfig { testApplicationId "org.tasks.test" applicationId "org.tasks" - versionCode 547 - versionName "6.4" + versionCode 548 + versionName "6.4.1" targetSdkVersion 28 minSdkVersion 16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"