diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Changelog
 
+## [1.6]
+### [Changed]
+- Bump aeson upper bound
+- Change to `major.minor.patch` versioning
+
 ## [1.5]
 ### [Changed]
 - [#15] Depend on transformers instead of mtl, to sidestep current export issues in mtl 2.3
diff --git a/aeson-commit.cabal b/aeson-commit.cabal
--- a/aeson-commit.cabal
+++ b/aeson-commit.cabal
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               aeson-commit
-version:            1.5
+version:            1.6.0
 license:            BSD3
 copyright:          2020 Cross Compass Ltd.
 maintainer:         Jonas Carpay <jonascarpay@gmail.com>
@@ -30,7 +30,7 @@
   default-language: Haskell2010
   ghc-options:      -Wall -Wno-name-shadowing
   build-depends:
-      aeson         >=1.4  && <2.1
+      aeson         >=1.4  && <2.2
     , base          >=4.10 && <5
     , text          >=1.2  && <2
     , transformers  >=0.5  && <0.7
@@ -42,7 +42,7 @@
   default-language: Haskell2010
   ghc-options:      -Wall -Wno-name-shadowing
   build-depends:
-      aeson         >=1.4  && <2.1
+      aeson         >=1.4  && <2.2
     , aeson-commit
     , aeson-qq      >=0.8  && <1
     , base          >=4.10 && <5
