diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
+0.11
+----
+
+* Require libpq >=14.12
+
 0.10
 ----
 
-* Initial release0.10
+* Initial release
diff --git a/postgresql-libpq-pkgconfig.cabal b/postgresql-libpq-pkgconfig.cabal
--- a/postgresql-libpq-pkgconfig.cabal
+++ b/postgresql-libpq-pkgconfig.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               postgresql-libpq-pkgconfig
-version:            0.10
+version:            0.11
 synopsis:           low-level binding to libpq: pkg-config based provider
 description:
   This is a binding to libpq: the C application
@@ -35,7 +35,7 @@
 library
   default-language:  Haskell2010
   build-depends:     base <5
-  pkgconfig-depends: libpq >=10.22
+  pkgconfig-depends: libpq >=14.12
 
 source-repository head
   type:     git
