From fa347f66e955aea75f17c201a530b968e6acd538 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 5 May 2021 10:07:31 +0200 Subject: [PATCH] Update CHANGELOG to 0.25.0 release [skip ci] --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d7afb6..8d2442f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to ## [Unreleased] +## [0.25.0] - 2021-05-05 + ### Added - @cosmjs/cosmwasm-launchpad: Expose `SigningCosmWasmClient.fees`. @@ -171,6 +173,10 @@ and this project adheres to - @cosmjs/stargate: `coinFromProto` helper has been removed as it is no longer needed after the `ts-proto` migration. +## [0.24.1] - 2021-03-12 + +CHANGELOG entries missing. Please see [the diff][0.24.1]. + ## [0.24.0] - 2021-03-11 - @cosmjs/cosmwasm: This package is now deprecated. The same functionality is @@ -413,5 +419,7 @@ and this project adheres to `FeeTable`. @cosmjs/cosmwasm has its own `FeeTable` with those properties. - @cosmjs/sdk38: Rename package to @cosmjs/launchpad. -[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.24.0...HEAD +[unreleased]: https://github.com/cosmos/cosmjs/compare/v0.25.0...HEAD +[0.25.0]: https://github.com/cosmos/cosmjs/compare/v0.24.1...v0.25.0 +[0.24.1]: https://github.com/cosmos/cosmjs/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/cosmos/cosmjs/compare/v0.23.0...v0.24.0