Skip to content

Commit

Permalink
changed upgrade name from rc1 to stable (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 authored Nov 5, 2024
1 parent 028875d commit dafb62b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## v6.7.0-rc1
## v6.7.0

### Improvements

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

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

## v6.7.0-rc1
## v6.7.0

Highlights:

Expand All @@ -19,7 +19,7 @@ Highlights:

### Validators

**Upgrade Title** (for Cosmovisor): **v6.7.0-rc1**.
**Upgrade Title** (for Cosmovisor): **v6.7.0**.

Update Price Feeder to `umee/2.4.4+`.

Expand Down
3 changes: 1 addition & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ func (app UmeeApp) RegisterUpgradeHandlers() {
app.registerUpgrade6_4(upgradeInfo)
app.registerUpgrade("v6.5", upgradeInfo, nil, nil, nil)
app.registerUpgrade6_6RC1(upgradeInfo)
// this upgrade is only for testnet (canon-4) network
app.registerUpgrade("v6.7.0-rc1", upgradeInfo, nil, nil, nil)
app.registerUpgrade("v6.7.0", upgradeInfo, nil, nil, nil)
}

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

0 comments on commit dafb62b

Please sign in to comment.