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.5 -- 2020-10-26
+
+* Allow bytestring-0.11.
+
 ## 0.2.4 -- 2020-09-04
 
 * Allow megaparsec-9.0.
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.4
+version:             0.2.5
 synopsis:            Reduced parser for configurator-ng config files
 description:
   This module provides a simplified and updated interface to the
@@ -51,7 +51,7 @@
   build-depends:       base                 >= 4.9 && < 4.15
                      , configurator-pg
                      , HUnit                >= 1.3.1.2 && < 1.7
-                     , bytestring           >= 0.10.6 && < 0.11
+                     , bytestring           >= 0.10.6 && < 0.12
                      , filepath             >= 1.4 && < 1.5
                      , protolude            >= 0.1.10 && < 0.4
                      , test-framework       >= 0.8.1.1 && < 0.9
