diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,10 @@
 - Raise `B` for breaking changes to the library
 - Raise `C` for reverse-compatible changes to the library
 
+## 2.1.0.1 (2023-02-08)
+
+Raise `hash-addressed` version to `0.2`
+
 ## 2.1.0.0 (2023-01-31)
 
 Raise `hash-addressed` version to `0.1`
diff --git a/hash-addressed-cli.cabal b/hash-addressed-cli.cabal
--- a/hash-addressed-cli.cabal
+++ b/hash-addressed-cli.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: hash-addressed-cli
-version: 2.1.0.0
+version: 2.1.0.1
 synopsis: Hash-addressed file storage app
 category: Hash, Filesystem
 
@@ -42,7 +42,7 @@
       , cryptohash-sha256 ^>= 0.11.102
       , directory ^>= 1.3.6
       , filepath ^>= 1.4.2
-      , hash-addressed ^>= 0.1.0
+      , hash-addressed ^>= 0.2.0
       , ini ^>= 0.4.2
       , optparse-applicative ^>= 0.16.1 || ^>= 0.17.0
       , pipes ^>= 4.3.16
