diff --git a/CHANGELOG.md b/CHANGELOG.md index 26727b2e..6a3a0de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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). +## [0.9.0](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v0.8.1...sylvia-derive-v0.9.0) - 2023-11-07 + +### Fixed +- [**breaking**] Expect `,` in `:custom(msg, query)` + ## [0.8.1](https://github.com/CosmWasm/sylvia/compare/sylvia-derive-v0.8.0...sylvia-derive-v0.8.1) - 2023-09-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index 2ecb83dd..f1115450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ exclude = ["examples/*"] resolver = "2" [workspace.package] -version = "0.8.1" +version = "0.9.0" [workspace.dependencies] sylvia-derive = { version = "0.8.1", path = "sylvia-derive" }