diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for qrcode-juicypixels
 
+## 0.8.3 -- 2022-03-16
+
+* Support for bytestring-0.11
+
 ## 0.8.2 -- 2020-06-14
 
 * Support for base64-bytestring 1.2
diff --git a/qrcode-juicypixels.cabal b/qrcode-juicypixels.cabal
--- a/qrcode-juicypixels.cabal
+++ b/qrcode-juicypixels.cabal
@@ -1,13 +1,13 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.33.0.
+-- This file has been generated from package.yaml by hpack version 0.34.6.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: f83b93b29bd74cad695887f40d48ecadd66bc1d9475ebca085e95cc42acb732b
+-- hash: 1ae16819fc772899b4f476c2f7d8d1817332475efedb978dfb7bf32db0b52de4
 
 name:           qrcode-juicypixels
-version:        0.8.2
+version:        0.8.3
 synopsis:       Converts a qrcode-core image to JuicyPixels
 description:    Please see the README on GitHub at <https://github.com/alexkazik/qrcode/qrcode-juicypixels#readme>
 category:       graphics
@@ -18,7 +18,8 @@
 copyright:      2018 ALeX Kazik
 license:        MIT
 license-file:   LICENSE
-tested-with:    GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3
+tested-with:
+    GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.10.7
 build-type:     Simple
 extra-source-files:
     README.md
@@ -39,7 +40,7 @@
       JuicyPixels >=3.2.6 && <3.4
     , base >=4.8.2.0 && <5
     , base64-bytestring >=1.0.0.1 && <1.3
-    , bytestring >=0.10.6.0 && <0.11
+    , bytestring >=0.10.6.0 && <0.12
     , qrcode-core >=0.8 && <1
     , text >=1.2.2.0 && <1.3
     , vector >=0.11.0.0 && <0.13
