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-wai-v1.0.0.0...main)
+## [_Unreleased_](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-wai-v1.0.0.1...main)
 
 - None
+
+## [v1.0.0.1](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-wai-v1.0.0.0...bugsnag-wai-v1.0.0.1)
+
+- Support GHCs 9.0 and 9.2
 
 ## [v1.0.0.0](https://github.com/pbrisbin/bugsnag-haskell/tree/bugsnag-wai-v1.0.0.0)
 
diff --git a/bugsnag-wai.cabal b/bugsnag-wai.cabal
--- a/bugsnag-wai.cabal
+++ b/bugsnag-wai.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            bugsnag-wai
-version:         1.0.0.0
+version:         1.0.0.1
 license:         MIT
 license-file:    LICENSE
 maintainer:      pbrisbin@gmail.com
@@ -34,16 +34,16 @@
 
     build-depends:
         base >=4.11.0 && <5,
-        bugsnag >=1.0.0.0,
+        bugsnag >=1.0.0.1,
         bytestring >=0.10.8.2,
         case-insensitive >=1.2.0.11,
-        http-types >=0.12.3,
-        iproute >=1.7.8,
-        network >=2.8.0.1,
+        http-types >=0.12.2,
+        iproute >=1.7.7,
+        network >=2.6.3.6,
         text >=1.2.3.1,
-        unordered-containers >=0.2.10.0,
-        wai >=3.2.2.1,
-        warp >=3.3.5
+        unordered-containers >=0.2.9.0,
+        wai >=3.2.1.2,
+        warp >=3.2.25
 
 executable example-warp
     main-is:            Main.hs
@@ -61,10 +61,10 @@
 
     build-depends:
         base >=4.11.0 && <5,
-        bugsnag >=1.0.0.0,
+        bugsnag >=1.0.0.1,
         bugsnag-wai -any,
-        wai >=3.2.2.1,
-        warp >=3.3.5
+        wai >=3.2.1.2,
+        warp >=3.2.25
 
     if !flag(examples)
         buildable: False
@@ -89,7 +89,7 @@
 
     build-depends:
         base >=4.11.0 && <5,
-        bugsnag >=1.0.0.0,
+        bugsnag >=1.0.0.1,
         bugsnag-wai -any,
-        hspec >=2.7.1,
-        unordered-containers >=0.2.10.0
+        hspec >=2.5.5,
+        unordered-containers >=0.2.9.0
