diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+* _v0.8.9_
+    Ongoing maintenance continues, including support for GHC 9.2 and GHC 9.4
+
 * _v0.8.6_  
 	Internal modules are exposed. Mostly so the test suite would only
 	depend on the library and not the code directly, but occasionally
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright © 2012-2020 Athae Eredh Siniath and Others
+Copyright © 2012-2023 Athae Eredh Siniath and Others
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/http-streams.cabal b/http-streams.cabal
--- a/http-streams.cabal
+++ b/http-streams.cabal
@@ -1,6 +1,6 @@
 cabal-version:       1.24
 name:                http-streams
-version:             0.8.9.6
+version:             0.8.9.8
 synopsis:            An HTTP client using io-streams
 description:
  An HTTP client, using the Snap Framework's 'io-streams' library to
@@ -15,9 +15,9 @@
 license-file:        LICENSE
 author:              Andrew Cowie <istathar@gmail.com>
 maintainer:          Andrew Cowie <istathar@gmail.com>
-copyright:           © 2012-2022 Athae Eredh Siniath and Others
+copyright:           © 2012-2023 Athae Eredh Siniath and Others
 category:            Web, IO-Streams
-tested-with:         GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.1
+tested-with:         GHC == 8.10.7, GHC == 9.2.7, GHC == 9.4.5
 stability:           experimental
 homepage:            https://github.com/aesiniath/http-streams/
 bug-reports:         https://github.com/aesiniath/http-streams/issues
@@ -61,7 +61,7 @@
                      transformers,
                      text,
                      unordered-containers,
-                     aeson,
+                     aeson < 2.2,
                      http-common >= 0.8.3.4
   if flag(network-uri)
     build-depends: network-uri >= 2.6, network >= 2.6
