diff --git a/versioning.cabal b/versioning.cabal
--- a/versioning.cabal
+++ b/versioning.cabal
@@ -1,5 +1,5 @@
 name:                versioning
-version:             0.3.1.0
+version:             0.3.2.0
 synopsis:            Type-safe data versioning.
 description:         This package provides various tools to deal with
                      data versioning in a type-safe way.
@@ -13,6 +13,7 @@
 build-type:          Simple
 extra-source-files:  ChangeLog.md
 cabal-version:       >=1.10
+Tested-With: GHC ==8.10.7 || == 8.8.4 || ==8.6.4 || ==8.4.4 || ==8.2.2
 
 library
   exposed-modules:     Versioning.Base
@@ -22,7 +23,7 @@
                      , Versioning.JSON
   other-modules:       Versioning.Internal.Equality
   build-depends:       base >=4.10 && <5
-                     , aeson >=1.0 && <1.5
+                     , aeson >=1.0 && <2.1
                      , bytestring >=0.10 && <0.11
                      , semigroupoids >=5 && <6
   hs-source-dirs:      src
@@ -33,10 +34,10 @@
   type:                exitcode-stdio-1.0
   main-is:             Main.hs
   other-modules:       Tests.Versioning.Fixtures
-  build-depends:       base >=4.10 && <5
-                     , aeson >=1.0 && <1.5
-                     , bytestring >=0.10 && <0.11
-                     , hspec >=2.0 && <2.6
+  build-depends:       base
+                     , aeson
+                     , bytestring
+                     , hspec
                      , versioning
   hs-source-dirs:      tests
   default-language:    Haskell2010
