diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
 # Revision history for mmzk-typeid
 
 
+## 0.7.0.0 -- Unreleased
+
+* Use `String`s instead of `Text`s inside the constructors of `TypeIDError` so that it is eaiser to use the promoted constructors.
+
+
+## 0.6.3.1 -- 2024-06-23
+
+* Relax the version constraint on `bytestring` dependency.
+  * Kindly contributed by @jflanglois.
+
+
 ## 0.6.3.0 -- 2024-06-01
 
 * Update implementation so that the prefix for `KindID` now conforms with specification v0.3.0.
diff --git a/mmzk-typeid.cabal b/mmzk-typeid.cabal
--- a/mmzk-typeid.cabal
+++ b/mmzk-typeid.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               mmzk-typeid
-version:            0.6.3.0
+version:            0.6.3.1
 
 synopsis:           A TypeID and UUIDv7 implementation for Haskell
 description:
@@ -99,7 +99,7 @@
         aeson >=2.1 && <3,
         array ^>=0.5,
         binary >=0.8.5 && <0.9,
-        bytestring ^>=0.11,
+        bytestring >=0.11 && < 0.13,
         entropy ^>=0.4,
         hashable ^>=1.4,
         random ^>=1.2,
