diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,5 @@
+# Changelog
+
+## 1.8.1.3
+
+- GHC 9.14 compatibility.
diff --git a/crdt-event-fold.cabal b/crdt-event-fold.cabal
--- a/crdt-event-fold.cabal
+++ b/crdt-event-fold.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                crdt-event-fold
-version:             1.8.1.2
+version:             1.8.1.3
 synopsis:            Garbage collected event folding CRDT.
 description:         Garbage collected event folding CRDT. Consistently
                      apply arbitrary operations to replicated data.
@@ -12,14 +12,16 @@
 copyright:           2025 Owens Murray, LLC.
 category:            CRDT
 build-type:          Simple
-extra-source-files:  README.md
+extra-source-files:
+  README.md
+  CHANGELOG.md
 
 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
     , binary             >= 0.8.8.0  && < 0.9
-    , containers         >= 0.6.4.1  && < 0.8
+    , containers         >= 0.6.4.1  && < 0.9
     , data-default-class >= 0.1.2.0  && < 0.3
     , data-dword         >= 0.3.2.1  && < 0.4
     , exceptions         >= 0.10.4   && < 0.11
