diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for configurator-pg
 
+## 0.2.6 -- 2022-05-24
+
+* Allow megaparsec-9.2 and GHC 9.2.
+
 ## 0.2.5 -- 2020-10-26
 
 * Allow bytestring-0.11.
diff --git a/configurator-pg.cabal b/configurator-pg.cabal
--- a/configurator-pg.cabal
+++ b/configurator-pg.cabal
@@ -1,6 +1,6 @@
 cabal-version:       1.12
 name:                configurator-pg
-version:             0.2.5
+version:             0.2.6
 synopsis:            Reduced parser for configurator-ng config files
 description:
   This module provides a simplified and updated interface to the
@@ -19,7 +19,7 @@
 copyright:           Copyright 2011 MailRank, Inc.
                      Copyright 2011-2014 Bryan O'Sullivan
                      Copyright 2015-2016 Leon P Smith
-                     Copyright 2019 Robert Vollmert
+                     Copyright 2019-2022 Robert Vollmert
 category:            Configuration, Data
 extra-source-files:  CHANGELOG.md, README.md,
                      tests/resources/*.cfg,
@@ -33,8 +33,8 @@
                        Data.Configurator.Parser
                        Data.Configurator.Syntax
                        Data.Configurator.Types
-  build-depends:       base                 >= 4.9 && < 4.15
-                     , megaparsec           >= 7.0.0 && < 9.1
+  build-depends:       base                 >= 4.9 && < 4.17
+                     , megaparsec           >= 7.0.0 && < 9.3
                      , containers           >= 0.5.6.2 && < 0.7
                      , protolude            >= 0.1.10 && < 0.4
                      , scientific           >= 0.3.4.9 && < 0.4
@@ -48,7 +48,7 @@
   type:                exitcode-stdio-1.0
   main-is:             Test.hs
   hs-source-dirs:      tests
-  build-depends:       base                 >= 4.9 && < 4.15
+  build-depends:       base                 >= 4.9 && < 4.17
                      , configurator-pg
                      , HUnit                >= 1.3.1.2 && < 1.7
                      , bytestring           >= 0.10.6 && < 0.12
