From 336afd2e62f83ea632bb4b2f94488b228ca2e28a Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 12 Mar 2024 14:07:10 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5ce00c40c..93380e2b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to ## [Unreleased] -## [2.0.0-rc.1] - 2023-02-09 +## [2.0.0] - 2024-03-12 ### Fixed @@ -753,8 +753,8 @@ and this project adheres to 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.0-rc.1...HEAD -[2.0.0-rc.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...v2.0.0-rc.1 +[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...v2.0.0 [1.5.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.1...v1.5.0 [1.4.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0