Skip to content

Commit

Permalink
bring v12 changelog from release branch (cosmos#2715)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Sep 11, 2023
1 parent 3d83e89 commit 5692546
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions .changelog/v12.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*August 18, 2023*
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# CHANGELOG

## v12.0.0

*August 18, 2023*

### API BREAKING

- Add Liquid Staking Module (LSM) and initialize the LSM params:
ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap
([\#2643](https://github.com/cosmos/gaia/pull/2643))

### BUG FIXES

- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware)
to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0)
([\#2677](https://github.com/cosmos/gaia/pull/2677))

### DEPENDENCIES

- Bump [interchain-security](https://github.com/cosmos/interchain-security) to
[v2.0.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v2.0.0-lsm)
([\#2643](https://github.com/cosmos/gaia/pull/2643))
- Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) to
[v0.45.16-ics-lsm](https://github.com/cosmos/cosmos-sdk/tree/v0.45.16-ics-lsm)
([\#2643](https://github.com/cosmos/gaia/pull/2643))
- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware)
to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0)
([\#2677](https://github.com/cosmos/gaia/pull/2677))

### FEATURES

- Add Liquid Staking Module (LSM) and initialize the LSM params:
ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap
([\#2643](https://github.com/cosmos/gaia/pull/2643))

### STATE BREAKING

- Add Liquid Staking Module (LSM) and initialize the LSM params:
ValidatorBondFactor, ValidatorLiquidStakingCap, GlobalLiquidStakingCap
([\#2643](https://github.com/cosmos/gaia/pull/2643))
- Bump [PFM](https://github.com/cosmos/ibc-apps/tree/main/middleware)
to [v4.1.0](https://github.com/cosmos/ibc-apps/releases/tag/middleware%2Fpacket-forward-middleware%2Fv4.1.0)
([\#2677](https://github.com/cosmos/gaia/pull/2677))

## v11.0.0

*July 18, 2023*
Expand Down

0 comments on commit 5692546

Please sign in to comment.