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.1...main)
+For changes after `v1.0.0.1` see [Releases][releases] on Codeberg.
 
-- None
+[releases]: https://codeberg.org/pbrisbin/bugsnag-haskell/releases?q=bugsnag-wai-v
+
+---
+
+Previous releases:
 
 ## [v1.0.0.1](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-wai-v1.0.0.0...bugsnag-wai-v1.0.0.1)
 
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.3
+version:         1.0.0.4
 license:         MIT
 license-file:    LICENSE
 maintainer:      pbrisbin@gmail.com
@@ -34,16 +34,16 @@
 
     build-depends:
         base >=4.11.0 && <5,
-        bugsnag >=1.1.0.1,
-        bytestring >=0.10.8.2,
-        case-insensitive >=1.2.0.11,
+        bugsnag >=1.0.0.0,
+        bytestring >=0.11.4.0,
+        case-insensitive >=1.2.1.0,
         http-types >=0.12.3,
-        iproute >=1.7.7,
-        network >=2.8.0.1,
-        text >=1.2.3.1,
-        unordered-containers >=0.2.10.0,
-        wai >=3.2.2.1,
-        warp >=3.2.28
+        iproute >=1.7.12,
+        network >=3.1.4.0,
+        text >=1.2.5.0,
+        unordered-containers >=0.2.19.1,
+        wai >=3.2.3,
+        warp >=3.3.23
 
 executable example-warp
     main-is:            Main.hs
@@ -61,10 +61,10 @@
 
     build-depends:
         base >=4.11.0 && <5,
-        bugsnag >=1.1.0.1,
+        bugsnag >=1.0.0.0,
         bugsnag-wai,
-        wai >=3.2.2.1,
-        warp >=3.2.28
+        wai >=3.2.3,
+        warp >=3.3.23
 
     if !flag(examples)
         buildable: False
@@ -89,7 +89,7 @@
 
     build-depends:
         base >=4.11.0 && <5,
-        bugsnag >=1.1.0.1,
+        bugsnag >=1.0.0.0,
         bugsnag-wai,
-        hspec >=2.6.1,
-        unordered-containers >=0.2.10.0
+        hspec >=2.9.7,
+        unordered-containers >=0.2.19.1
