diff --git a/.changelog/unreleased/features/156-implement-jsonschema-for-any.md b/.changelog/v0.37.1/features/156-implement-jsonschema-for-any.md similarity index 100% rename from .changelog/unreleased/features/156-implement-jsonschema-for-any.md rename to .changelog/v0.37.1/features/156-implement-jsonschema-for-any.md diff --git a/.changelog/v0.37.1/summary.md b/.changelog/v0.37.1/summary.md new file mode 100644 index 00000000..0d6f032f --- /dev/null +++ b/.changelog/v0.37.1/summary.md @@ -0,0 +1,3 @@ +*October 10th, 2023* + +This releases adds `JsonSchema` derivation for the `Any` type. diff --git a/CHANGELOG.md b/CHANGELOG.md index fce72a53..83ca86d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## v0.37.1 + +*October 10th, 2023* + +This releases adds `JsonSchema` derivation for the `Any` type. + +### FEATURES + +- Implement `JsonSchema` for the `Any` type + ([#156](https://github.com/cosmos/ibc-proto-rs/issues/156)) + ## v0.37.0 *October 4th, 2023* diff --git a/Cargo.toml b/Cargo.toml index b3063aac..a390e407 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.37.0" +version = "0.37.1" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"