Skip to content

Commit

Permalink
Merge pull request #377 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: prepare for release 1.3.0
  • Loading branch information
unclezoro committed Jan 2, 2024
2 parents ae1e4fb + 5517b65 commit 3661d43
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 77 deletions.
60 changes: 0 additions & 60 deletions .github/labeler.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/labeler.yml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.3.0
This release introduces the Hulunbeier upgrade.

Features:
* [#368](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/368) feat: introduce the Hulunbeier upgrade
* [#376](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/376) feat: introduces hulunbeierPatch upgrade

## v1.2.1
This release changes the Manchurian upgrade height of testnet.

Expand Down
5 changes: 5 additions & 0 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ const (

// Manchurian is the upgrade name for Manchurian upgrade
Manchurian = "Manchurian"

// Hulunbeier is the upgrade name for Hulunbeier upgrade
Hulunbeier = "Hulunbeier"

HulunbeierPatch = "HulunbeierPatch"
)
5 changes: 5 additions & 0 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ const (

// Manchurian is the upgrade name for Manchurian upgrade
Manchurian = types.Manchurian

// Hulunbeier is the upgrade name for Hulunbeier upgrade
Hulunbeier = types.Hulunbeier

HulunbeierPatch = types.HulunbeierPatch
)

// The default upgrade config for networks
Expand Down

0 comments on commit 3661d43

Please sign in to comment.