diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,5 @@
+# Changelog
+
+## 6.9.0.9
+
+- Supports GHC 9.14.
diff --git a/om-legion.cabal b/om-legion.cabal
--- a/om-legion.cabal
+++ b/om-legion.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                om-legion
-version:             6.9.0.8
+version:             6.9.0.9
 synopsis:            Legion Framework.
 description:         Framework for managing shared, replicated state across a
                      number of homogeneous nodes.
@@ -9,25 +9,26 @@
 license-file:        LICENSE
 author:              Rick Owens
 maintainer:          rick@owensmurray.com
-copyright:           2022 Owens Murray, LLC.
+copyright:           2026 Owens Murray, LLC.
 category:            Network
 build-type:          Simple
 extra-source-files:
   LICENSE
   README.md
+  changelog.md
 
 common dependencies
   build-depends:
     , aeson              >= 2.2.1.0  && < 2.3
     , async              >= 2.2.5    && < 2.3
-    , base               >= 4.19.0.0 && < 4.22
+    , base               >= 4.19.0.0 && < 4.23
     , binary             >= 0.8.9.1  && < 0.9
     , bytestring         >= 0.12.0.2 && < 0.13
     , clock              >= 0.8.4    && < 0.9
     , containers         >= 0.6.8    && < 0.8
     , crdt-event-fold    >= 1.8.1.0  && < 1.9
     , data-default-class >= 0.1.2.0  && < 0.3
-    , http-api-data      >= 0.6      && < 0.7
+    , http-api-data      >= 0.6      && < 0.8
     , monad-logger       >= 0.3.40   && < 0.4
     , mtl                >= 2.3.1    && < 2.4
     , network            >= 3.1.4.0  && < 3.3
