diff --git a/packages/cw-storey/CHANGELOG.md b/packages/cw-storey/CHANGELOG.md index f1683cf..6d83582 100644 --- a/packages/cw-storey/CHANGELOG.md +++ b/packages/cw-storey/CHANGELOG.md @@ -5,6 +5,11 @@ 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.2.1] - 2024-06-12 + + +### Added +- use msgpack encoding provided by cosmwasm-std ## [0.2.0] - 2024-05-09 diff --git a/packages/cw-storey/Cargo.toml b/packages/cw-storey/Cargo.toml index 5dec90e..b2b0550 100644 --- a/packages/cw-storey/Cargo.toml +++ b/packages/cw-storey/Cargo.toml @@ -6,7 +6,7 @@ repository = { workspace = true } homepage = { workspace = true } categories = { workspace = true } keywords = { workspace = true } -version = "0.2.0" +version = "0.2.1" edition = "2021" license = { workspace = true }