diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,19 @@
 # Revision history for taskwarrior
 
+## 0.6.0.1
+
+* Bump bounds
+
 ## 0.6.0.0
 
 * Drop Wait constructor from Status. This is a breaking change and is only compatible with taskwarrior > 2.6.0
 
+## 0.5.0.0 (Backport release for aeson < 2.0)
+
+* Drop Wait constructor from Status. This is a breaking change and is only compatible with taskwarrior > 2.6.0
+
+The 0.5 release is meant to be used with aeson < 2.0, the 0.6 release works with aeson >= 2.0
+
 ## 0.4.1.0
 
 * Make JSON parsing compatible with taskwarrior 2.6.
@@ -16,6 +26,10 @@
 ### Maintenance
 * Update to aeson 2.0.
 * Improve test.nix
+
+## 0.3.1.0 (Backport release for aeson < 2.0)
+
+* Add support for the JSON Format of taskwarrior 2.6.
 
 ## 0.3.0.0
 
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.0
+version: 0.6.0.1
 synopsis:           Types and aeson instances for taskwarrior tasks
 description:
   Types and aeson instances for the https://taskwarrior.org task import/export feature
@@ -46,13 +46,13 @@
 
   build-depends:
     , aeson                 >=2.0.0.0  && < 2.1
-    , base                  >=4.11     && < 4.16
+    , base                  >=4.11     && < 4.17
     , bytestring            >=0.10.8.2 && < 0.12
     , containers            >=0.5.0.0  && < 0.7
     , process               ^>=1.6.5.0
     , random                >=1.1      && < 1.3
     , text                  ^>=1.2.3.0
-    , time                  >=1.8.0.2  && < 1.13
+    , time                  >=1.8.0.2  && < 1.14
     , uuid                  ^>=1.3.13
 
   hs-source-dirs:     src
@@ -69,7 +69,7 @@
     , aeson
     , base
     , containers
-    , hspec                 >=2.7.1 && < 2.9
+    , hspec                 >=2.7.1 && < 2.10
     , QuickCheck            >=2.13.2 && <2.15
     , quickcheck-instances  ^>=0.3.22
     , taskwarrior
