Skip to content

Commit

Permalink
Release v0.36.1 (#151)
Browse files Browse the repository at this point in the history
* Update changelog

* Bump version to 0.36.1
  • Loading branch information
romac authored Sep 28, 2023
1 parent 049639a commit 54d953d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions .changelog/v0.36.1/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*September 28th, 2023*

This release adds Protobuf definitions from the `cosmos.crypto.*` package.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v0.36.1

*September 28th, 2023*

This release adds Protobuf definitions from the `cosmos.crypto.*` package.

### FEATURES

- Add Protobuf definitions from `cosmos.crypto.*` ([\#149](https://github.com/cosmos/ibc-proto-rs/pull/149))

## v0.36.0

*September 28th, 2023*
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.36.0"
version = "0.36.1"
authors = ["Informal Systems <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 54d953d

Please sign in to comment.