diff --git a/cliff.toml b/cliff.toml
index 5522e29..43a2eac 100644
--- a/cliff.toml
+++ b/cliff.toml
@@ -14,7 +14,7 @@ body = """
{% if version %}\
## [{{ version | trim_start_matches(pat="v") }}](https://github.com/tembo-pages/tembo-core/commits/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
{% if previous.version %}\
- [Compare with {{ previous.version }}](https://github.com/tembo-pages/tembo-core/compare/v{{ version }}...{{ previous.version }})
+ [Compare with {{ previous.version }}](https://github.com/tembo-pages/tembo-core/compare/{{ previous.version }}...{{ version }})
{% endif %}\
{% else %}\
## [unreleased]