diff --git a/proto-lens-jsonpb.cabal b/proto-lens-jsonpb.cabal
--- a/proto-lens-jsonpb.cabal
+++ b/proto-lens-jsonpb.cabal
@@ -1,7 +1,7 @@
 cabal-version:  2.4
 
 name:           proto-lens-jsonpb
-version:        0.2.0.0
+version:        0.2.0.1
 synopsis:       JSON protobuf encoding for proto-lens
 description:    Please see the README on GitHub at <https://github.com/tclem/proto-lens-jsonpb#readme>
 homepage:       https://github.com/tclem/proto-lens-jsonpb#readme
@@ -17,6 +17,7 @@
 
 tested-with:    GHC == 8.6.5
               , GHC == 8.8.1
+              , GHC == 8.10.1
 
 -- GHC extensions shared between targets
 common haskell
@@ -39,9 +40,9 @@
 common dependencies
   build-depends:
       base >=4.7 && <5
-    , aeson ^>= 1.4.5.0
+    , aeson >=1.4 && <1.6
     , bytestring >= 0.10.8
-    , proto-lens-runtime >= 0.5 && <0.7
+    , proto-lens-runtime >= 0.5 && <0.8
     , text ^>= 1.2.4.0
     , vector >= 0.12.0.3
     , attoparsec >= 0.13.2.3
