diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,10 @@
-## [v1.2.0.0](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-v1.1.0.1...bugsnag-v1.2.0.0)
+For changes after `v1.2.0.2` see [Releases][releases] on Codeberg.
 
-- Fixes stack traces in cases where multiple call stacks are present in the
-  exception context.
+[releases]: https://codeberg.org/pbrisbin/bugsnag-haskell/releases?q=bugsnag-v
 
-- When a trace is present in both an exception and its context/annotation (e.g.
-  `AnnotatedException StringException`), the "innermost" trace from the exception is now used
-  rather than the wrapper.
+---
 
-- Removed `Network.Bugsnag.Exception.Parse.parseExceptionWithContext` and the
-  `Network.Bugsnag.Exception.Context` module's `ExceptionWithContext` and
-  `displayExceptionWithContext`.
+Previous releases:
 
 ## [v1.1.0.1](https://github.com/pbrisbin/bugsnag-haskell/compare/bugsnag-v1.1.0.0...bugsnag-v1.1.0.1)
 
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.2.0.3
+version:            1.2.0.4
 license:            MIT
 license-file:       LICENSE
 maintainer:         pbrisbin@gmail.com
@@ -48,21 +48,21 @@
 
     build-depends:
         Glob >=0.9.0,
-        aeson >=1.4.2.0,
-        annotated-exception >=0.2.0.3,
+        aeson >=2.0.3.0,
+        annotated-exception >=0.2.0.4,
         base >=4.11.0 && <5,
-        bugsnag-hs >=0.2.0.8,
-        bytestring >=0.10.8.2,
-        containers >=0.6.0.1,
-        http-client >=0.5.14,
-        http-client-tls >=0.3.5.3,
-        parsec >=3.1.13.0,
-        template-haskell >=2.14.0.0,
-        text >=1.2.3.1,
-        th-lift-instances >=0.1.12,
-        ua-parser >=0.7.5.1,
-        unliftio >=0.2.11,
-        unordered-containers >=0.2.10.0
+        bugsnag-hs >=0.2.0.9,
+        bytestring >=0.11.4.0,
+        containers >=0.6.5.1,
+        http-client >=0.7.13.1,
+        http-client-tls >=0.3.6.1,
+        parsec >=3.1.15.0,
+        template-haskell >=2.18.0.0,
+        text >=1.2.5.0,
+        th-lift-instances >=0.1.20,
+        ua-parser >=0.7.7.0,
+        unliftio >=0.2.25.0,
+        unordered-containers >=0.2.19.1
 
 executable example-cli
     main-is:            Main.hs
@@ -129,8 +129,8 @@
         TypeApplications TypeFamilies
 
     build-depends:
-        annotated-exception >=0.2.0.3,
+        annotated-exception >=0.2.0.4,
         base >=4.11.0 && <5,
         bugsnag,
-        hspec >=2.6.1,
-        unliftio >=0.2.11
+        hspec >=2.9.7,
+        unliftio >=0.2.25.0
