diff --git a/collections/CHANGELOG.md b/collections/CHANGELOG.md index f0778efdfc..f374304446 100644 --- a/collections/CHANGELOG.md +++ b/collections/CHANGELOG.md @@ -32,7 +32,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] ### Features - * [#17656](https://github.com/cosmos/cosmos-sdk/pull/17656) – Introduces `Vec`, a collection type that allows to represent a growable array on top of a KVStore. + +* [#17656](https://github.com/cosmos/cosmos-sdk/pull/17656) – Introduces `Vec`, a collection type that allows to represent a growable array on top of a KVStore. ## [v0.4.0](https://github.com/cosmos/cosmos-sdk/releases/tag/collections%2Fv0.4.0) diff --git a/depinject/CHANGELOG.md b/depinject/CHANGELOG.md new file mode 100644 index 0000000000..19b60a6c1a --- /dev/null +++ b/depinject/CHANGELOG.md @@ -0,0 +1,28 @@ + + +# Changelog + +## [Unreleased] + +## 1.0.0-alpha.x + +Depinject is still in alpha stage even though its API is already quite stable. +There is no changelog during this stage. diff --git a/errors/CHANGELOG.md b/errors/CHANGELOG.md index 9330f2fe19..1787329cbe 100644 --- a/errors/CHANGELOG.md +++ b/errors/CHANGELOG.md @@ -31,6 +31,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v1.0.1](https://github.com/cosmos/cosmos-sdk/releases/tag/errors%2Fv1.0.1) + ### Improvements * [#18918](https://github.com/cosmos/cosmos-sdk/pull/18918) Improve `IsOf` by returning earlier when the checked error is nil. diff --git a/log/CHANGELOG.md b/log/CHANGELOG.md index ffea96df0f..5b2147c451 100644 --- a/log/CHANGELOG.md +++ b/log/CHANGELOG.md @@ -22,6 +22,8 @@ Each entry must include the Github issue reference in the following format: ## [Unreleased] +## [v1.3.0](https://github.com/cosmos/cosmos-sdk/releases/tag/log/v1.3.0) - 2023-01-10 + * [#18916](https://github.com/cosmos/cosmos-sdk/pull/18916) Introduce an option for setting hooks. * [#18429](https://github.com/cosmos/cosmos-sdk/pull/18429) Support customization of log json marshal. * [#18898](https://github.com/cosmos/cosmos-sdk/pull/18898) Add `WARN` level. diff --git a/x/upgrade/CHANGELOG.md b/x/upgrade/CHANGELOG.md index 5cd6aa136c..2df68319f5 100644 --- a/x/upgrade/CHANGELOG.md +++ b/x/upgrade/CHANGELOG.md @@ -25,16 +25,16 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +### State Machine Breaking + +* (x/upgrade) [#16244](https://github.com/cosmos/cosmos-sdk/pull/16244) Upgrade module no longer stores the app version but gets and sets the app version stored in the `ParamStore` of baseapp. + ## [v0.1.1](https://github.com/cosmos/cosmos-sdk/releases/tag/x/upgrade/v0.1.1) - 2023-12-11 ### Improvements * [#18470](https://github.com/cosmos/cosmos-sdk/pull/18470) Improve go-getter settings. -### State Machine Breaking - -* (x/upgrade) [#16244](https://github.com/cosmos/cosmos-sdk/pull/16244) Upgrade module no longer stores the app version but gets and sets the app version stored in the `ParamStore` of baseapp. - ## [v0.1.0](https://github.com/cosmos/cosmos-sdk/releases/tag/x/upgrade/v0.1.0) - 2023-11-07 ### Features