diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,7 @@
+## 1.4.2 -- 2026-01-28
+
+* Build with GHC 9.14
+
 ## 1.4.1 -- 2025-08-05
 
 * Build with GHC 9.12
diff --git a/logging-effect.cabal b/logging-effect.cabal
--- a/logging-effect.cabal
+++ b/logging-effect.cabal
@@ -1,5 +1,5 @@
 name: logging-effect
-version: 1.4.1
+version: 1.4.2
 synopsis: A mtl-style monad transformer for general purpose & compositional logging
 homepage: https://github.com/ocharles/logging-effect
 license: BSD3
@@ -13,11 +13,11 @@
 library
   exposed-modules:     Control.Monad.Log
   other-extensions:    ViewPatterns, OverloadedStrings, GeneralizedNewtypeDeriving, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, FunctionalDependencies, PatternSynonyms
-  build-depends:       base >=4.8 && <4.22
+  build-depends:       base >=4.8 && <4.23
                      , async >=2.0 && <2.3
                      , transformers >=0.4 && <0.7
                      , text >=1.2 && <2.2
-                     , time >=1.5 && <1.15
+                     , time >=1.5 && <1.16
                      , mtl >= 2.2.1 && <2.4
                      , exceptions >= 0.8.0.2 && <0.11
                      , free >= 4.12.1 && < 5.3
