diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.1.5.1
+
+- Allow bytestring-0.11
+
 ## 0.1.5.0
 
 - Add missing attributes for the Event.Change
diff --git a/gerrit.cabal b/gerrit.cabal
--- a/gerrit.cabal
+++ b/gerrit.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                gerrit
-version:             0.1.5.0
+version:             0.1.5.1
 synopsis:            A gerrit client library
 description:
     Gerrit is a client library to interface with https://www.gerritcodereview.com/
@@ -28,7 +28,7 @@
 common common-options
   build-depends:       base                   >= 4.11.0.0 && < 5
                      , aeson                  >= 1.0.0.0  && < 2.1
-                     , bytestring             < 0.11
+                     , bytestring             < 0.12
                      , time                   >= 1.9.3    && < 2.0
   ghc-options:         -Wall
                        -Wcompat
