Skip to content

Commit

Permalink
Merge PR CosmWasm#252: v2.0.4 Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Jan 10, 2020
1 parent e1b8201 commit edfdf6d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,19 @@ Base64 encoded transactions.
keybase implementation has been replaced with a 99 designs Keyring library-backed implementation. Keys created and stored
with previous `gaia` releases need to be migrated through the `gaiacli keys migrate` command.

## [v2.0.4] - 2020-01-09

### Improvements

* (sdk) Bump SDK version to [v0.37.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.37.5).
* (tendermint) Bump Tendermint version to [v0.32.8](https://github.com/tendermint/tendermint/releases/tag/v0.32.8).

### Bug Fixes

* (cli) Fixed `gaiacli query txs` to use `events` instead of `tags`. Events take the form of `'{eventType}.{eventAttribute}={value}'`. Please
see the [events doc](https://github.com/cosmos/cosmos-sdk/blob/master/docs/core/events.md#events-1)
for further documentation.

## [v2.0.3] - 2019-11-04

### Improvements
Expand Down Expand Up @@ -150,7 +163,8 @@ not rely on the `x/supply` keeper to get module account addresses for blacklisti

<!-- Release links -->

[Unreleased]: https://github.com/cosmos/gaia/compare/v2.0.3...HEAD
[Unreleased]: https://github.com/cosmos/gaia/compare/v2.0.4...HEAD
[v2.0.4]: https://github.com/cosmos/gaia/releases/tag/v2.0.4
[v2.0.3]: https://github.com/cosmos/gaia/releases/tag/v2.0.3
[v2.0.2]: https://github.com/cosmos/gaia/releases/tag/v2.0.2
[v2.0.1]: https://github.com/cosmos/gaia/releases/tag/v2.0.1
Expand Down

0 comments on commit edfdf6d

Please sign in to comment.