diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index c6fb76c28795..b75bb232be97 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -69,8 +69,9 @@ Note: not every Major Release is denoted as stable releases. Only the following major release series have a stable release status: -* **0.42 «Stargate»** will be supported until 6 months after **0.43.0** is published. A fairly strict **bugfix-only** rule applies to pull requests that are requested to be included into a stable point-release. -* **0.44** is the latest major release. +* **0.42 «Stargate»** is supported until 2022-02-09. A fairly strict **bugfix-only** rule applies to pull requests that are requested to be included into a stable point-release. +* **0.44** is supported until 2022-07-17. A fairly strict **bugfix-only** rule applies to pull requests that are requested to be included into a stable point-release. +* **0.45** is the latest major release and will be supported until 6 months after **0.46.0** release. ## Stable Release Policy diff --git a/docs/migrations/README.md b/docs/migrations/README.md index baca065825d0..4b9f85863479 100644 --- a/docs/migrations/README.md +++ b/docs/migrations/README.md @@ -6,7 +6,8 @@ parent: # Migrations -This document contains all the migration guides to update your app and modules to Cosmos SDK v0.44. +This document contains all the migration guides to update your app and modules to the current Cosmos SDK. 1. [Chain Upgrade Guide to v0.44](./chain-upgrade-guide-044.md) -2. [REST Endpoints Migration](./rest.md) +1. Chain Upgrade Guide to v0.45: no migration is required. See [Release Notes](https://github.com/cosmos/cosmos-sdk/blob/v0.45.0/RELEASE_NOTES.md) and [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.0/CHANGELOG.md) for the list of API and State Machine breaking changes. +1. [REST Endpoints Migration](./rest.md)