diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
-## Unreleased
+## 1.2.0.2
+
+- Added GHC 9.14 support.
+
+## 1.2.0.1
 
 - Upgraded the json-spec dependency (adapts to json-spec 1.3 breaking change
   where `JsonEither` takes a type-level list of specs instead of two
diff --git a/json-spec-openapi.cabal b/json-spec-openapi.cabal
--- a/json-spec-openapi.cabal
+++ b/json-spec-openapi.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                json-spec-openapi
-version:             1.2.0.1
+version:             1.2.0.2
 synopsis:            json-spec-openapi
 description:
   This package provides a way to produce
@@ -63,7 +63,7 @@
 common dependencies
   build-depends:
     , aeson                     >= 2.2.1.0  && < 2.3
-    , base                      >= 4.19.2.0 && < 4.22
+    , base                      >= 4.19.2.0 && < 4.23
     , insert-ordered-containers >= 0.2.5.3  && < 0.3
     , json-spec                 >= 1.3.0.0  && < 1.4
     , lens                      >= 5.2.3    && < 5.4
