diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+## 1.1.0.11 - 2026-02-28
+
+- Support GHC 9.14.
diff --git a/om-logging.cabal b/om-logging.cabal
--- a/om-logging.cabal
+++ b/om-logging.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                om-logging
-version:             1.1.0.10
+version:             1.1.0.11
 synopsis:            Opinionated logging utilities.
 description:         A set of logging combinators for use with monad-logger.
 homepage:            https://github.com/owensmurray/om-logging
@@ -13,12 +13,13 @@
 build-type:          Simple
 extra-source-files:
   README.md
+  CHANGELOG.md
   LICENSE
 
 common dependencies
   build-depends:
     , aeson        >= 2.0.3.0  && < 2.3
-    , base         >= 4.15.1.0 && < 4.22
+    , base         >= 4.15.1.0 && < 4.23
     , bytestring   >= 0.11.3.1 && < 0.13
     , fast-logger  >= 3.1.1    && < 3.3
     , monad-logger >= 0.3.36   && < 0.4
