diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,8 +1,12 @@
 # Changelog for qrcode-juicypixels
 
+## 0.8.2 -- 2020-06-14
+
+* Support for base64-bytestring 1.2
+
 ## 0.8.1 -- 2020-04-27
 
-* Support for primitive 0.7
+* Support for base64-bytestring 1.1
 
 ## 0.8.0 -- 2019-01-09
 
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.31.2.
+-- This file has been generated from package.yaml by hpack version 0.33.0.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 27782b0583cbcd1d25dc18e4a46d843d3936d260d72f55db8cd3a1887451d25d
+-- hash: f83b93b29bd74cad695887f40d48ecadd66bc1d9475ebca085e95cc42acb732b
 
 name:           qrcode-juicypixels
-version:        0.8.1
+version:        0.8.2
 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
@@ -38,7 +38,7 @@
   build-depends:
       JuicyPixels >=3.2.6 && <3.4
     , base >=4.8.2.0 && <5
-    , base64-bytestring >=1.0.0.1 && <1.2
+    , base64-bytestring >=1.0.0.1 && <1.3
     , bytestring >=0.10.6.0 && <0.11
     , qrcode-core >=0.8 && <1
     , text >=1.2.2.0 && <1.3
