diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ghc-trace-events
 
+## v0.1.2.8 - 2024-01-18
+
+* Bump base, bytestring and text version bounds, include recent GHCs in CI config ([#13](https://github.com/maoe/ghc-trace-events/pull/13))
+
 ## v0.1.2.7 - 2023-05-11
 
 * Allow GHC 9.6.1 ([#11](https://github.com/maoe/ghc-trace-events/pull/11))
diff --git a/ghc-trace-events.cabal b/ghc-trace-events.cabal
--- a/ghc-trace-events.cabal
+++ b/ghc-trace-events.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: ghc-trace-events
-version: 0.1.2.7
+version: 0.1.2.8
 synopsis: Faster traceEvent and traceMarker, and binary object logging for
   eventlog
 description: ghc-trace-events provides faster traceEvent and traceMarker as well
@@ -30,7 +30,7 @@
 license-file: LICENSE
 author: Mitsutoshi Aoe
 maintainer: Mitsutoshi Aoe <me@maoe.name>
-copyright: Copyright (C) 2018-2022 Mitsutoshi Aoe
+copyright: Copyright (C) 2018-2024 Mitsutoshi Aoe
 category: Development, GHC, Trace
 build-type: Simple
 extra-source-files:
@@ -45,14 +45,16 @@
   || == 8.8.4
   || == 8.10.7
   || == 9.0.2
-  || == 9.2.4
-  || == 9.4.1
+  || == 9.2.8
+  || == 9.4.8
+  || == 9.6.4
+  || == 9.8.1
 
-common base { build-depends: base >= 4.8 && < 4.19 }
-common bytestring { build-depends: bytestring >= 0.9.2 && < 0.12 }
+common base { build-depends: base >= 4.8 && < 4.20 }
+common bytestring { build-depends: bytestring >= 0.9.2 && < 0.13 }
 common criterion { build-depends: criterion < 1.6 }
 common ghc-trace-events { build-depends: ghc-trace-events }
-common text { build-depends: text >= 1.0.0 && < 1.3 || >= 2.0 && < 2.1 }
+common text { build-depends: text >= 1.0.0 && < 1.3 || >= 2.0 && < 2.2 }
 common tasty-bench { build-depends: tasty-bench < 0.4 }
 
 library
