diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for taskwarrior
 
+## 0.6.0.5
+
+* Bump upper base bound
+
 ## 0.6.0.4
 
 * GHC 9.4 compatibility
diff --git a/taskwarrior.cabal b/taskwarrior.cabal
--- a/taskwarrior.cabal
+++ b/taskwarrior.cabal
@@ -4,7 +4,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version: 0.6.0.4
+version: 0.6.0.5
 synopsis:           Types and aeson instances for taskwarrior tasks
 description:
   Types and aeson instances for the https://taskwarrior.org task import/export feature
@@ -13,8 +13,8 @@
 bug-reports:        https://github.com/maralorn/haskell-taskwarrior/issues
 license:            AGPL-3.0-or-later
 license-file:       LICENSE
-author:             Malte Brandy <malte.brandy@maralorn.de>
-maintainer:         Malte Brandy <malte.brandy@maralorn.de>
+author:             maralorn <mail@maralorn.de>
+maintainer:         maralorn <mail@maralorn.de>
 category:           Taskwarrior, Data
 extra-source-files:
   CHANGELOG.md
@@ -46,7 +46,7 @@
 
   build-depends:
     , aeson                 >=2.0.0.0  && < 2.2
-    , base                  >=4.11     && < 4.18
+    , base                  >=4.11     && < 4.19
     , bytestring            >=0.10.8.2 && < 0.12
     , containers            >=0.5.0.0  && < 0.7
     , process               ^>=1.6.5.0
