diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,5 @@
+# Changelog
+
+## 0.5.0.2
+
+- Support GHC 9.14.
diff --git a/json-spec-elm.cabal b/json-spec-elm.cabal
--- a/json-spec-elm.cabal
+++ b/json-spec-elm.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                json-spec-elm
-version:             0.5.0.1
+version:             0.5.0.2
 synopsis:            Elm code generate for `json-spec`.
 description:         
                      Produce elm types, encoders, and decoders from a
@@ -12,16 +12,17 @@
 license-file:        LICENSE
 author:              Rick Owens
 maintainer:          rick@owensmurray.com
-copyright:           2025 Owens Murray, LLC.
+copyright:           2026 Owens Murray, LLC.
 category:            JSON, Elm
 build-type:          Simple
 extra-source-files:
   README.md
   LICENSE
+  changelog.md
 
 common dependencies
   build-depends:
-    , base                 >= 4.19.2.0 && < 4.22
+    , base                 >= 4.19.2.0 && < 4.23
     , containers           >= 0.6.8    && < 0.8
     , elm-syntax           >= 0.3.3.0  && < 0.4
     , json-spec            >= 1.3.0.0  && < 1.4
