diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-## [_Unreleased_](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-v1.0.0.0...main)
+## [_Unreleased_](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-v1.0.0.1...main)
 
 - None
+
+## [v1.0.0.1](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-v1.0.0.0...bugsnag-v1.0.0.1)
+
+- Support GHCs 9.0 and 9.2
 
 ## [v1.0.0.0](https://github.com/pbrisbin/bugsnag-haskell/tree/bugsnag-v1.0.0.0)
 
diff --git a/bugsnag.cabal b/bugsnag.cabal
--- a/bugsnag.cabal
+++ b/bugsnag.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.18
 name:               bugsnag
-version:            1.0.0.0
+version:            1.0.0.1
 license:            MIT
 license-file:       LICENSE
 maintainer:         pbrisbin@gmail.com
@@ -49,15 +49,15 @@
         base >=4.11.0 && <5,
         bugsnag-hs >=0.2.0.8,
         bytestring >=0.10.8.2,
-        containers >=0.6.0.1,
-        http-client >=0.6.4,
+        containers >=0.5.11.0,
+        http-client >=0.5.14,
         http-client-tls >=0.3.5.3,
-        parsec >=3.1.14.0,
-        template-haskell >=2.14.0.0,
+        parsec >=3.1.13.0,
+        template-haskell >=2.13.0.0,
         text >=1.2.3.1,
-        th-lift-instances >=0.1.14,
-        ua-parser >=0.7.5.1,
-        unordered-containers >=0.2.10.0
+        th-lift-instances >=0.1.11,
+        ua-parser >=0.7.7.0,
+        unordered-containers >=0.2.9.0
 
 executable example-cli
     main-is:            Main.hs
@@ -126,6 +126,5 @@
     build-depends:
         base >=4.11.0 && <5,
         bugsnag -any,
-        hspec >=2.7.1,
-        text >=1.2.3.1,
-        unliftio >=0.2.12
+        hspec >=2.5.5,
+        unliftio >=0.2.9.0
