Skip to content

Commit

Permalink
update changelog,release notes and upgrade handler
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Jun 17, 2024
1 parent 93fdf14 commit 6d7c8c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## Unreleased
## v6.5.0

### Bug Fixes

- [2551](https://github.com/umee-network/umee/pull/2551) Added validation to the ibc-transfer msg receiver.

## v6.4.1 - 2024-04-30

Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

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

## v6.5.0

In this release we are adding validations to ibc-transfer msg receiver address and memo feilds. This release will resolve the latest incident of spam ibc-transfer transactions.

## v6.4.1

This release updates our dependencies and applies latest patches to the v6.4.x line. All validators must update to this patch release.
Expand Down
3 changes: 2 additions & 1 deletion app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ func (app UmeeApp) RegisterUpgradeHandlers() {
app.registerOutdatedPlaceholderUpgrade("v6.1")
app.registerOutdatedPlaceholderUpgrade("v6.2")
app.registerUpgrade("v6.3", upgradeInfo)

app.registerUpgrade6_4(upgradeInfo)

app.registerUpgrade("v6.5", upgradeInfo)
}

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

0 comments on commit 6d7c8c2

Please sign in to comment.