diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for ogma-language-jsonspec
 
+## [1.14.0] - 2026-05-21
+
+* Version bump (1.14.0) (#425).
+* Lower upper version bound on `megaparsec` (#380).
+
 ## [1.13.0] - 2026-03-21
 
 * Version bump (1.13.0) (#373).
diff --git a/ogma-language-jsonspec.cabal b/ogma-language-jsonspec.cabal
--- a/ogma-language-jsonspec.cabal
+++ b/ogma-language-jsonspec.cabal
@@ -19,7 +19,7 @@
 build-type:          Simple
 
 name:                ogma-language-jsonspec
-version:             1.13.0
+version:             1.14.0
 homepage:            https://github.com/nasa/ogma
 bug-reports:         https://github.com/nasa/ogma/issues
 license:             Apache-2.0
@@ -60,11 +60,11 @@
     , aeson                  >= 2.0.0.0  && < 2.3
     , jsonpath               >= 0.3      && < 0.4
     , text                   >= 1.2.3.1  && < 2.2
-    , megaparsec             >= 8.0.0    && < 9.10
+    , megaparsec             >= 8.0.0    && < 9.8
     , mtl                    >= 2.2.2    && < 2.4
     , bytestring             >= 0.10.8.2 && < 0.13
 
-    , ogma-spec              >= 1.13.0 && < 1.14
+    , ogma-spec              >= 1.14.0 && < 1.15
 
   hs-source-dirs:
     src
