Update CHANGELOG to 0.25.0 release [skip ci]

This commit is contained in:
Simon Warta 2021-05-05 10:07:31 +02:00
parent 1a396b8e7a
commit fa347f66e9

View File

@ -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