Add Unreleased section to CHANGELOG

This commit is contained in:
Simon Warta 2021-03-11 11:23:55 +01:00
parent 44e3261792
commit 150ee2a2d7

View File

@ -1,5 +1,11 @@
# CHANGELOG
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.24.0] - 2021-03-11
- @cosmjs/cosmwasm: This package is now deprecated. The same functionality is
@ -242,4 +248,5 @@
`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
[0.24.0]: https://github.com/cosmos/cosmjs/compare/v0.23.0...v0.24.0