From f3630f6c07968097b543feeca3347f7c0c2b0fc3 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Fri, 3 May 2024 09:22:42 +0200 Subject: [PATCH] chore: add v17.x changelogs (#3091) * chore: add v17.x changelogs * Update CHANGELOG.md Co-authored-by: bernd-m <43466467+bermuell@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: bernd-m <43466467+bermuell@users.noreply.github.com> * Update 3089-enable-partial-set-security.md * Update 3089-enable-partial-set-security.md * Update 3089-enable-partial-set-security.md * Update CHANGELOG.md --------- Co-authored-by: bernd-m <43466467+bermuell@users.noreply.github.com> --- .../3089-enable-partial-set-security.md | 3 +++ .../3089-enable-partial-set-security.md | 3 +++ .../3089-enable-partial-set-security.md | 3 +++ .changelog/v17.0.0/summary.md | 1 + CHANGELOG.md | 22 +++++++++++++++++++ 5 files changed, 32 insertions(+) create mode 100644 .changelog/v17.0.0/dependencies/3089-enable-partial-set-security.md create mode 100644 .changelog/v17.0.0/features/3089-enable-partial-set-security.md create mode 100644 .changelog/v17.0.0/state-breaking/3089-enable-partial-set-security.md create mode 100644 .changelog/v17.0.0/summary.md diff --git a/.changelog/v17.0.0/dependencies/3089-enable-partial-set-security.md b/.changelog/v17.0.0/dependencies/3089-enable-partial-set-security.md new file mode 100644 index 0000000000..3d8a2f2fa8 --- /dev/null +++ b/.changelog/v17.0.0/dependencies/3089-enable-partial-set-security.md @@ -0,0 +1,3 @@ +- Enable Partial Set Security - Bump [ICS](https://github.com/cosmos/interchain-security) to + [v4.2.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.0-lsm) + ([\#3089](https://github.com/cosmos/gaia/pull/3089)) diff --git a/.changelog/v17.0.0/features/3089-enable-partial-set-security.md b/.changelog/v17.0.0/features/3089-enable-partial-set-security.md new file mode 100644 index 0000000000..3d8a2f2fa8 --- /dev/null +++ b/.changelog/v17.0.0/features/3089-enable-partial-set-security.md @@ -0,0 +1,3 @@ +- Enable Partial Set Security - Bump [ICS](https://github.com/cosmos/interchain-security) to + [v4.2.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.0-lsm) + ([\#3089](https://github.com/cosmos/gaia/pull/3089)) diff --git a/.changelog/v17.0.0/state-breaking/3089-enable-partial-set-security.md b/.changelog/v17.0.0/state-breaking/3089-enable-partial-set-security.md new file mode 100644 index 0000000000..3d8a2f2fa8 --- /dev/null +++ b/.changelog/v17.0.0/state-breaking/3089-enable-partial-set-security.md @@ -0,0 +1,3 @@ +- Enable Partial Set Security - Bump [ICS](https://github.com/cosmos/interchain-security) to + [v4.2.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.0-lsm) + ([\#3089](https://github.com/cosmos/gaia/pull/3089)) diff --git a/.changelog/v17.0.0/summary.md b/.changelog/v17.0.0/summary.md new file mode 100644 index 0000000000..507bcc8872 --- /dev/null +++ b/.changelog/v17.0.0/summary.md @@ -0,0 +1 @@ +*2nd May, 2024* diff --git a/CHANGELOG.md b/CHANGELOG.md index abb69bd712..5433af4824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # CHANGELOG +## v17.0.0 + +*2nd May, 2024* + +### DEPENDENCIES + +- Enable Partial Set Security - Bump [ICS](https://github.com/cosmos/interchain-security) to + [v4.2.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.0-lsm) + ([\#3089](https://github.com/cosmos/gaia/pull/3089)) + +### FEATURES + +- Enable Partial Set Security - Bump [ICS](https://github.com/cosmos/interchain-security) to + [v4.2.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.0-lsm) + ([\#3089](https://github.com/cosmos/gaia/pull/3089)) + +### STATE BREAKING + +- Enable Partial Set Security - Bump [ICS](https://github.com/cosmos/interchain-security) to + [v4.2.0-lsm](https://github.com/cosmos/interchain-security/releases/tag/v4.2.0-lsm) + ([\#3089](https://github.com/cosmos/gaia/pull/3089)) + ## v16.0.0 *23rd April, 2024*