Skip to content

Commit

Permalink
update cosmos-sdk to v0.47.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Dec 17, 2024
1 parent 0b2b6f4 commit 3abaf55
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## v6.7.2

### Improvements

- deps upgrade

### Bug Fixes

- [2643](https://github.com/umee-network/umee/pull/2643) Update cosmos-sdk from v0.47.14 to v0.47.15
- [2638](https://github.com/umee-network/umee/pull/2638) Fix the max_withdraw query

## v6.7.1

### Improvements
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document.

## v6.7.1
## v6.7.2

Highlights:

- cosmos-sdk update to v0.47.15
- fix the max_withdraw query
- deps upgrade

Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (app UmeeApp) RegisterUpgradeHandlers() {
app.registerUpgrade6_6RC1(upgradeInfo)
app.registerUpgrade("v6.7.0-rc1", upgradeInfo, nil, nil, nil)
app.registerUpgrade("v6.7.0", upgradeInfo, nil, nil, nil)
app.registerUpgrade("v6.7.2", upgradeInfo, nil, nil, nil)
}

func (app *UmeeApp) registerUpgrade6_6RC1(upgradeInfo upgradetypes.Plan) {
Expand Down

0 comments on commit 3abaf55

Please sign in to comment.