Skip to content

Commit

Permalink
Revert "chore: prepare v7.2.0" (#1347)
Browse files Browse the repository at this point in the history
Reverts #1345
  • Loading branch information
dadamu committed Aug 8, 2024
1 parent 0f7fec1 commit f6e7642
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 53 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-->
## Version 7.1.0
### Dependencies
- ([\#1323](https://github.com/desmos-labs/desmos/pull/1343)) Bumped `cosmos-sdk` to `v0.47.13`
- ([\#1324](https://github.com/desmos-labs/desmos/pull/1344)) Bumped `wasmvm` to `v1.5.3`

## Version 7.1.0
### Dependencies
- ([\#1323](https://github.com/desmos-labs/desmos/pull/1323)) Bumped `cosmos-sdk` to `v0.47.10`
Expand Down
2 changes: 0 additions & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ package app
import (
v700 "github.com/desmos-labs/desmos/v7/app/upgrades/v700"
v710 "github.com/desmos-labs/desmos/v7/app/upgrades/v710"
v720 "github.com/desmos-labs/desmos/v7/app/upgrades/v720"
)

// registerUpgradeHandlers registers all the upgrade handlers that are supported by the app
func (app *DesmosApp) registerUpgradeHandlers() {
app.registerUpgrade(v700.NewUpgrade(app.ModuleManager, app.Configurator()))
app.registerUpgrade(v710.NewUpgrade(app.ModuleManager, app.Configurator()))
app.registerUpgrade(v720.NewUpgrade(app.ModuleManager, app.Configurator()))
}
46 changes: 0 additions & 46 deletions app/upgrades/v720/upgrade.go

This file was deleted.

0 comments on commit f6e7642

Please sign in to comment.