diff --git a/CHANGELOG.md b/CHANGELOG.md index 096be3d723..ab17265f9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -803,6 +803,7 @@ The CHANGELOG for versions before 1.0.0 was moved to [CHANGELOG-pre1.0.0.md](./CHANGELOG-pre1.0.0.md). + [unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.1...HEAD [2.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...v2.0.0 diff --git a/packages/vm/Cargo.toml b/packages/vm/Cargo.toml index aaf7440771..647b8ae2f3 100644 --- a/packages/vm/Cargo.toml +++ b/packages/vm/Cargo.toml @@ -16,7 +16,7 @@ pre-release-replacements = [ { file="../../CHANGELOG.md", search="(U|u)nreleased", replace="{{version}}" }, { file="../../CHANGELOG.md", search="", replace="\n\n## [Unreleased]", exactly=1 }, { file="../../CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1 }, - { file="../../CHANGELOG.md", search="", replace="\n[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD", exactly=1 }, + { file="../../CHANGELOG.md", search="\n", replace="\n\n[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/{{tag_name}}...HEAD", exactly=1 }, ] [features]