diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 0.7.0.1
+
+* Update dependencies for GHC 9.0.2 and revisit upper bounds
+
 # 0.7.0.0
 
 * Add additional languages
diff --git a/google-maps-geocoding.cabal b/google-maps-geocoding.cabal
--- a/google-maps-geocoding.cabal
+++ b/google-maps-geocoding.cabal
@@ -1,5 +1,5 @@
 name:                google-maps-geocoding
-version:             0.7.0.0
+version:             0.7.0.1
 synopsis:            Bindings to the Google Geocoding API (formerly Maps
                      Geocoding API)
 description:         The
@@ -34,13 +34,13 @@
 library
   hs-source-dirs:      src
   exposed-modules:     Web.Google.Geocoding
-  build-depends:       base >= 4.8 && < 4.15
-                     , aeson >= 1.1 && < 1.6
+  build-depends:       base >= 4.8 && < 4.16
+                     , aeson >= 1.1 && < 2.1
                      , google-static-maps >= 0.7 && < 0.8
                      , http-client >= 0.5 && < 0.8
-                     , servant >= 0.16 && < 0.19
-                     , servant-client >= 0.16 && < 0.19
-                     , text >= 1.2 && < 1.3
+                     , servant >= 0.16 && < 0.20
+                     , servant-client >= 0.16 && < 0.20
+                     , text >= 1.2 && < 2.1
   default-language:    Haskell2010
   ghc-options:         -Wall
 
