diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright Mike Pilgrem (c) 2017, 2018
+Copyright Mike Pilgrem (c) 2017-2023
 
 All rights reserved.
 
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,8 @@
+# 0.7.0.2
+
+* Update dependencies for GHC 9.2.8 and revisit upper bounds
+* Include a `stack.yaml` in `extra-source-files`
+
 # 0.7.0.1
 
 * Update dependencies for GHC 9.0.2 and revisit upper bounds
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.1
+version:             0.7.0.2
 synopsis:            Bindings to the Google Geocoding API (formerly Maps
                      Geocoding API)
 description:         The
@@ -29,13 +29,14 @@
 category:            Web
 build-type:          Simple
 extra-source-files:  changelog.md
+                     stack.yaml
 cabal-version:       >=1.10
 
 library
   hs-source-dirs:      src
   exposed-modules:     Web.Google.Geocoding
-  build-depends:       base >= 4.8 && < 4.16
-                     , aeson >= 1.1 && < 2.1
+  build-depends:       base >= 4.8 && < 4.17
+                     , aeson >= 1.1 && < 2.2
                      , google-static-maps >= 0.7 && < 0.8
                      , http-client >= 0.5 && < 0.8
                      , servant >= 0.16 && < 0.20
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,9 @@
+resolver: lts-20.23 # GHC 9.2.7
+compiler: ghc-9.2.8 # No Stackage snapshot as at 2023-06-03
+
+extra-deps:
+- google-static-maps-0.7.0.2@sha256:03e66dd0c26fac3baf50c38b41a050e8cba73ea26f08898c1263699b45758ada,2788
+
+flags:
+  ansi-terminal:
+    win32-2-13-1: false
