diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,3 +3,7 @@
 ## 0.1 -- 28-04-2026
 
 * First release
+
+## 0.1.1 -- 29-04-2026
+
+* Fix link in package description
diff --git a/clash-protocols.cabal b/clash-protocols.cabal
--- a/clash-protocols.cabal
+++ b/clash-protocols.cabal
@@ -3,7 +3,7 @@
 synopsis: a battery-included library for (dataflow) protocols
 homepage: https://github.com/clash-lang/clash-protocols
 bug-reports: https://github.com/clash-lang/clash-protocols/issues
-version: 0.1
+version: 0.1.1
 category: Hardware
 license: BSD-2-Clause
 license-file: LICENSE
@@ -14,7 +14,7 @@
 description:
   Suggested reading order:
   .
-  * 'Protocols' + https://github.com/clash-lang/clash-protocols/v0.1/main/README.md
+  * 'Protocols' + https://github.com/clash-lang/clash-protocols/blob/v0.1.1/README.md
   * 'Protocols.Df'
   * 'Protocols.Plugin'
 
