diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
+1.6.2 (2026-01)
+---------------
+
+* Support for GHC 9.14;
+
 1.6.1 (2024-10)
--------------
+---------------
 
 * Fixed an issue where `Control.DeepSeq.Unit`, exported as of version 1.5.1.0, conflicts with `Numeric.Units.Dimensional.Unit` (#228).
 * Fixed broken links to the Tau and Pi manifestos (#229).
diff --git a/dimensional.cabal b/dimensional.cabal
--- a/dimensional.cabal
+++ b/dimensional.cabal
@@ -1,5 +1,5 @@
 name:                dimensional
-version:             1.6.1
+version:             1.6.2
 license:             BSD3
 license-file:        LICENSE
 copyright:           Bjorn Buckwalter 2006-2024
@@ -15,9 +15,11 @@
                      GHC == 9.0.2,
                      GHC == 9.2.8,
                      GHC == 9.4.8,
-                     GHC == 9.6.6,
-                     GHC == 9.8.2,
-                     GHC == 9.10.1
+                     GHC == 9.6.7,
+                     GHC == 9.8.4,
+                     GHC == 9.10.3,
+                     GHC == 9.12.2,
+                     GHC == 9.14.1
 build-type:          Simple
 
 description:
