diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,5 +1,9 @@
 # Changelog for `proto-lens-optparse`
 
+## v0.1.1.14
+- Support GHC 9.12.
+- Support GHC 9.14.
+
 ## v0.1.1.13
 - Bump upper bound for ghc-9.10.
 
diff --git a/proto-lens-optparse.cabal b/proto-lens-optparse.cabal
--- a/proto-lens-optparse.cabal
+++ b/proto-lens-optparse.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           proto-lens-optparse
-version:        0.1.1.13
+version:        0.1.1.14
 synopsis:       Adapting proto-lens to optparse-applicative ReadMs.
 description:    A package adapting proto-lens to optparse-applicative ReadMs. This gives an easy way to define options and arguments for text-format protobuf types.
 category:       Data
@@ -33,8 +33,8 @@
   hs-source-dirs:
       src
   build-depends:
-      base >=4.10 && <4.21
-    , optparse-applicative >=0.13 && <0.19
-    , proto-lens >=0.1 && <0.8
+      base >=4.10 && <4.23
+    , optparse-applicative >=0.13 && <0.20
+    , proto-lens >=0.1 && <0.9
     , text >=1.2 && <2.2
   default-language: Haskell2010
