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-yesod-v1.0.0.0...main)
+## [_Unreleased_](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-yesod-v1.0.0.1...main)
 
 - None
+
+## [v1.0.0.1](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-yesod-v1.0.0.0...bugsnag-yesod-v1.0.0.1)
+
+- Support GHCs 9.0 and 9.2
 
 ## [v1.0.0.0](https://github.com/pbrisbin/bugsnag-haskell/tree/bugsnag-yesod-v1.0.0.0)
 
diff --git a/bugsnag-yesod.cabal b/bugsnag-yesod.cabal
--- a/bugsnag-yesod.cabal
+++ b/bugsnag-yesod.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            bugsnag-yesod
-version:         1.0.0.0
+version:         1.0.0.1
 license:         MIT
 license-file:    LICENSE
 maintainer:      pbrisbin@gmail.com
@@ -34,13 +34,13 @@
 
     build-depends:
         base >=4.11.0 && <5,
-        bugsnag >=1.0.0.0,
-        bugsnag-wai >=1.0.0.0,
-        unliftio >=0.2.12,
-        wai >=3.2.2.1,
-        yesod-core >=1.6.17.2
+        bugsnag >=1.0.0.1,
+        bugsnag-wai >=1.0.0.1,
+        unliftio >=0.2.9.0,
+        wai >=3.2.1.2,
+        yesod-core >=1.6.9
 
-executable example-warp
+executable example-yesod
     main-is:            Main.hs
     hs-source-dirs:     example
     other-modules:      Paths_bugsnag_yesod
@@ -56,9 +56,9 @@
 
     build-depends:
         base >=4.11.0 && <5,
-        bugsnag >=1.0.0.0,
+        bugsnag >=1.0.0.1,
         bugsnag-yesod -any,
-        warp >=3.3.5,
+        warp >=3.2.25,
         yesod-core >1.6
 
     if !flag(examples)
