From f262cb75fbb3617fbc36e9d316eb1b8ee9156006 Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 12 Sep 2023 15:54:54 +0200 Subject: [PATCH] chore(core): add changelog for 0.11 & 0.12 (#17691) --- core/CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 06fdeea319..2c4f4cc5f1 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -36,13 +36,23 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -* [#17468](https://github.com/cosmos/cosmos-sdk/pull/17468) Add `appmodule.HasPreBlocker` interface. +## [v0.12.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.11.0) + +:::note +This release contains breaking changes and should not be used with 0.50.x or earlier versions of the Cosmos SDK. +::: + * [#17689](https://github.com/cosmos/cosmos-sdk/pull/17689) Move Comet service to return structs instead of interfaces. * `BlockInfo` was renamed to `Info` and `BlockInfoService` was renamed to `CometInfoService` +## [v0.11.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.11.0) + + +* [#17468](https://github.com/cosmos/cosmos-sdk/pull/17468) Add `appmodule.HasPreBlocker` interface. + ## [v0.10.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.10.0) -* [#17383](https://github.com/cosmos/cosmos-sdk/pull/17383) Add `appmoduke.UpgradeModule` interface. +* [#17383](https://github.com/cosmos/cosmos-sdk/pull/17383) Add `appmodule.UpgradeModule` interface. ## [v0.9.0](https://github.com/cosmos/cosmos-sdk/releases/tag/core%2Fv0.9.0)