diff --git a/ascii-th.cabal b/ascii-th.cabal
--- a/ascii-th.cabal
+++ b/ascii-th.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-th
-version: 1.2.0.1
+version: 1.2.0.2
 synopsis: Template Haskell support for ASCII
 category: Data, Text
 
@@ -39,13 +39,13 @@
       , ascii-caseless ^>= 0.0
       , ascii-char ^>= 1.0.1
       , ascii-superset ^>= 1.3.0
-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19
 
 library
     import: base
     hs-source-dirs: library
     build-depends:
-      , template-haskell ^>= 2.18 || ^>= 2.19 || ^>= 2.20
+      , template-haskell ^>= 2.18 || ^>= 2.19 || ^>= 2.20 || ^>= 2.21
     exposed-modules:
         ASCII.TemplateHaskell
         ASCII.QuasiQuoters
@@ -58,6 +58,6 @@
     main-is: Main.hs
     build-depends:
       , ascii-th
-      , bytestring ^>= 0.11.4 || ^>= 0.11
+      , bytestring ^>= 0.11.4 || ^>= 0.11 || ^>= 0.12
       , hspec ^>= 2.9.7 || ^>= 2.10 || ^>= 2.11
-      , text ^>= 1.2.5 || ^>= 2.0
+      , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.2.0.2 (2025-01-20)
+
+Version bumps
+
 ### 1.2.0.1 (2023-06-26)
 
 Raise language to GHC2021
