diff --git a/ascii.cabal b/ascii.cabal
--- a/ascii.cabal
+++ b/ascii.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: ascii
-version: 1.0.1.0
+version: 1.0.1.2
 synopsis: The ASCII character set and encoding
 category: Data, Text
 
@@ -32,7 +32,7 @@
     ghc-options: -Wall
 
     build-depends: base       >= 4.11 && < 4.15
-    build-depends: bytestring ^>= 0.10
+    build-depends: bytestring ^>= 0.10 || ^>= 0.11
     build-depends: text       ^>= 1.2
 
     exposed-modules: ASCII
diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -13,3 +13,5 @@
         - convertCharOrFail
         - convertStringMaybe
         - convertStringOrFail
+
+1.0.1.2 - 2021-02-09 - Support bytestring-0.11
