diff --git a/CMakeLists.txt b/CMakeLists.txt index 4509430b5..9323dc5a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ enable_testing() set (CMAKE_EXPORT_COMPILE_COMMANDS ON) project (task - VERSION 3.4.0 + VERSION 3.4.1 DESCRIPTION "Taskwarrior - a command-line TODO list manager" HOMEPAGE_URL https://taskwarrior.org/) diff --git a/ChangeLog b/ChangeLog index 13c037a7b..5d372307b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ ------ current release --------------------------- +3.4.1 - + +- The nagging to read `task news` has been fixed. + +------ old releases ------------------------------ + 3.4.0 - - Where possible, the task DB is now opened in read-only mode, which improves @@ -19,8 +25,6 @@ Thanks to the following people for contributions to this release: - Yong Li - jrmarino ------- old releases ------------------------------ - 3.3.0 - - Sync now supports AWS S3 as a backend.