diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,11 @@
 
 `redis-glob` uses [PVP Versioning][1].
 
+## 0.1.0.1 -- 2022-11-21
+
+* Tweak developer tools, CI and package metadata
+
+
 ## 0.1.0.0 -- 2022-11-21
 
 * Initial version.
diff --git a/redis-glob.cabal b/redis-glob.cabal
--- a/redis-glob.cabal
+++ b/redis-glob.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               redis-glob
-version:            0.1.0.1
+version:            0.1.0.2
 license:            BSD-3-Clause
 license-file:       LICENSE
 maintainer:         adetokunbo@emio.la
@@ -11,7 +11,7 @@
 synopsis:           Specify valid redis globs
 description:
   Supplies functions that parse and use redis __glob__ patterns.
-  As in redis commands like [KEYS](<https://redis.io/commands/keys>), that filter using globs.
+  As in redis commands like [KEYS](https://redis.io/commands/keys), that filter using globs.
 
 category:           Web, Redis
 build-type:         Simple
