diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc97db792cd..61d67358b984 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,10 +37,15 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -(x/bank) [#19](https://github.com/realiotech/cosmos-sdk/pull/19) Allow injection of restrictions on transfers using `AppendSendRestriction` or `PrependSendRestriction`. # Realio Specific Releases +## [v0.46.10-realio-1](https://github.com/realiotech/cosmos-sdk/releases/tag/v0.46.10-realio-1) - 2022-03-08 + +### Features +* (x/bank) [#19](https://github.com/realiotech/cosmos-sdk/pull/19) Allow injection of restrictions on transfers using `AppendSendRestriction` or `PrependSendRestriction`. +* (x/staking) [8533dde](https://github.com/realiotech/cosmos-sdk/commit/8533dde11e3064f8df5456c55be0c9df322b1561#diff-95a734b71c16045344ae368e27bcc4f7e3c7fc4e31f7398bc4d128605f7027bb) Staking module now allows multiple bond tokens + # Cosmos Specific Releases ## [v0.46.10](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.10) - 2022-02-16 diff --git a/go.mod b/go.mod index 9330a7a22760..23ae75550644 100644 --- a/go.mod +++ b/go.mod @@ -18,6 +18,7 @@ require ( github.com/cosmos/cosmos-proto v1.0.0-alpha7 github.com/cosmos/cosmos-sdk/db v1.0.0-beta.1 github.com/cosmos/go-bip39 v1.0.0 + github.com/cosmos/gogoproto v1.4.2 github.com/cosmos/iavl v0.19.5 github.com/cosmos/ledger-cosmos-go v0.12.2 github.com/gogo/gateway v1.1.0