Skip to content

Commit

Permalink
docs: add change logs for v1.2.0 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro authored Dec 6, 2023
1 parent 1e407f2 commit 3e7d502
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## V1.2.0
This release introduce the Manchurian upgrade to the testnet.

Chores:
* [#365](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/365) chore: add xml marshal for Int type
* [#364](https://github.com/bnb-chain/greenfield-cosmos-sdk/pull/364) chore: add xml marshal for UInt type

## v1.1.1
This release introduces the Pampas upgrade to the mainnet.

Expand Down
4 changes: 2 additions & 2 deletions types/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ const (
// Pampas is the upgrade name for Pampas upgrade
Pampas = "Pampas"

// Eddystone is the upgrade name for Eddystone upgrade
Eddystone = "Eddystone"
// Manchurian is the upgrade name for Manchurian upgrade
Manchurian = "Manchurian"
)
4 changes: 2 additions & 2 deletions x/upgrade/types/upgrade_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const (
// Pampas is the upgrade name for Pampas upgrade
Pampas = types.Pampas

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

// The default upgrade config for networks
Expand Down

0 comments on commit 3e7d502

Please sign in to comment.