diff --git a/ascii.cabal b/ascii.cabal
--- a/ascii.cabal
+++ b/ascii.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii
-version: 1.4.0.0
+version: 1.4.1.0
 synopsis: The ASCII character set and encoding
 category: Data, Text
 
@@ -29,7 +29,7 @@
     default-extensions: NoImplicitPrelude
     build-depends:
         ascii-caseless == 0.0.0.*
-      , ascii-char == 1.0.0.*
+      , ascii-char == 1.0.1.*
       , ascii-group == 1.0.0.*
       , ascii-case == 1.0.1.*
       , ascii-numbers == 1.1.0.*
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,9 @@
-### 1.4.0.0
+### 1.4.1.0 (2023-01-05)
+
+Raise `ascii-char` version to `1.0.1`. This adds `Word8` conversions to the
+`ASCII.Char` module.
+
+### 1.4.0.0 (2023-01-03)
 
 Additions to the `ASCII` module: `disregardCase`, `ASCII'case`, `ASCII'upper`,
 `ASCII'lower`, `KnownCase (..)`, `refineCharToCase`, `refineStringToCase`
