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.6
+version: 1.1.0.0
 synopsis: The ASCII character set and encoding
 category: Data, Text
 
@@ -59,12 +59,6 @@
     build-depends: ascii-th ^>= 1.0
     reexported-modules: ASCII.TemplateHaskell
     reexported-modules: ASCII.QuasiQuoters
-
-    build-depends: data-ascii ^>= 1.0
-    reexported-modules: Data.Ascii
-    reexported-modules: Data.Ascii.Blaze
-    reexported-modules: Data.Ascii.ByteString
-    reexported-modules: Data.Ascii.Word8
 
 test-suite test
     type: exitcode-stdio-1.0
diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -22,3 +22,12 @@
 
     - Add a test suite
     - Raise 'text' lower bound to 1.2.3
+
+1.1.0.0 - 2021-09-26
+
+    The dependency on the 'data-ascii' package is removed,
+    and the following modules are no longer re-exported:
+      - Data.Ascii
+      - Data.Ascii.Blaze
+      - Data.Ascii.ByteString
+      - Data.Ascii.Word8
