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.5 - 2022-03-06
+
+* Allow text-2.0 ([#9](https://github.com/maoe/ghc-trace-events/pull/9))
+
 ## v0.1.2.4 - 2021-12-09
 
 * Relax upper version bound for base to support GHC 9.2.1
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.4
+version: 0.1.2.5
 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-2021 Mitsutoshi Aoe
+copyright: Copyright (C) 2018-2022 Mitsutoshi Aoe
 category: Development, GHC, Trace
 build-type: Simple
 extra-source-files:
@@ -50,7 +50,7 @@
 common bytestring { build-depends: bytestring >= 0.9.2 && < 0.12 }
 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 }
+common text { build-depends: text >= 1.0.0 && < 1.3 || >= 2.0 && < 2.1 }
 common tasty-bench { build-depends: tasty-bench < 0.4 }
 
 library
