Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
randyahx authored and unclezoro committed May 11, 2023
1 parent 6389380 commit b3e6b10
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
## v0.2.0
This release upgrades cosmos-sdk to v0.47.2.
This release upgrades the reference cosmos-sdk to v0.47.2. As the cosmos-sdk v0.47.2 is a huge breaking upgrade,
we decide to cherry-pick the recent contributed commits and apply to the v0.47.2. The commit history previous
releases are archived and the branch is backed up in the `master_back` branch.

Notable breaking changes:
1. The previous keyring is replaced by the new keyring. Please regenerate them, otherwise you will get error.

Other notable changes, please refer to the [changelogs of cosmos-sdk v0.47.1](https://github.com/cosmos/cosmos-sdk/blob/v0.47.1/CHANGELOG.md)
and [changelogs of cosmos-sdk v0.47.2](https://github.com/cosmos/cosmos-sdk/blob/v0.47.2/CHANGELOG.md).

## v0.1.1
This is a maintenance release.
Expand Down

0 comments on commit b3e6b10

Please sign in to comment.