diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 ## Changelog
 
+### 1.3.0.2
+
+Released 2021-10-14.
+
+- Bumped upper package version bound, allowing bytestring 0.11.
+
 ### 1.3.0.1
 
 Released 2021-02-06.
diff --git a/hslua.cabal b/hslua.cabal
--- a/hslua.cabal
+++ b/hslua.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.2
 name:                hslua
-version:             1.3.0.1
+version:             1.3.0.2
 synopsis:            Bindings to Lua, an embeddable scripting language
 description:         HsLua provides bindings, wrappers, types, and helper
                      functions to bridge Haskell and <https://www.lua.org/ Lua>.
@@ -19,7 +19,7 @@
 maintainer:          albert+hslua@zeitkraut.de
 copyright:           © 2007–2012 Gracjan Polak
                      © 2012–2016 Ömer Sinan Ağacan
-                     © 2016–2020 Albert Krewinkel
+                     © 2016–2021 Albert Krewinkel
 category:            Foreign
 build-type:          Simple
 extra-source-files:  cbits/lua-5.3.6/*.h
@@ -112,7 +112,7 @@
   other-modules:       Foreign.Lua.Core.Auxiliary
                      , Foreign.Lua.Core.Functions
   build-depends:       base                 >= 4.8    && < 5
-                     , bytestring           >= 0.10.2 && < 0.11
+                     , bytestring           >= 0.10.2 && < 0.12
                      , containers           >= 0.5    && < 0.7
                      , exceptions           >= 0.8    && < 0.11
                      , mtl                  >= 2.2    && < 2.3
