Skip to content

Commit

Permalink
ci: fix chain upgrade test (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
spoo-bar authored Jun 6, 2024
1 parent 5f2bde7 commit e815f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ Contains all the PRs that improved the code without changing the behaviors.

### Fixed

- [#571](https://github.com/archway-network/archway/pull/571) - Automatically
publish proto files to buf.build
- [#572](https://github.com/archway-network/archway/pull/572) - Using buf 1.31 to push files

## [v7.0.1](https://github.com/archway-network/archway/releases/tag/v7.0.1)

### Added

- [#571](https://github.com/archway-network/archway/pull/571) - Automatically
publish proto files to buf.build
- [#571](https://github.com/archway-network/archway/pull/571) - Automatically publish proto files to buf.build

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion interchaintest/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
initialVersion = "v7.0.0" // The last release of the chain. The one the mainnet is running on
initialVersion = "v7.0.1" // The last release of the chain. The one the mainnet is running on
upgradeName = "latest" // The next upgrade name. Should match the upgrade handler.
chainName = "archway"
)
Expand Down

0 comments on commit e815f98

Please sign in to comment.