|
1 |
| -# Cosmos SDK v0.46.5 Release Notes |
| 1 | +# Cosmos SDK v0.46.6 Release Notes |
2 | 2 |
|
3 |
| -This release introduces a number of serious bug fixes and improvements. Notably, an upgrade to Tendermint [v0.34.23](https://github.com/tendermint/tendermint/releases/tag/v0.34.23). |
| 3 | +This release introduces small bug fixes and improvements. |
4 | 4 |
|
5 |
| -If you are planning to migrate to v0.46, please use `v0.46.5`. All releases prior to `v0.46.5` are [retracted](https://go.dev/ref/mod#go-mod-file-retract) and **must NOT be used** (`go get` directly upgrades the SDK version to `>= v0.46.5` thanks to the retraction, current builds are not affected). |
6 |
| - |
7 |
| -If your chain's state has coin metadata, an issue has been discovered in the bank module coin metadata migration. This issue is fixed in `v0.46.5`. |
8 |
| - |
9 |
| -* If your chain is already on v0.46 using `<= v0.46.4` and has coin metadata, a **coordinated upgrade** to `v0.46.5` is required. |
10 |
| - * Use the helper function `Migrate_V0464_To_V0465` for migrating a chain **already on v0.46 with versions <=v0.46.4** to the latest v0.46.5 correct state. |
11 |
| -* If your chain is already on v0.46 using `<= v0.46.4` but has no coin metadata, this release is **non-breaking**. |
12 |
| - |
13 |
| -Moreover, serious issues have been found in the group module. These issues are fixed in `v0.46.5`. |
14 |
| - |
15 |
| -* If you use the group module, upgrade to `v0.46.5` **immediately**. A **coordinated upgrade** to `v0.46.5` is required. |
16 |
| - |
17 |
| -When a chain is already using `<= v0.46.4`, but has no coin metadata and no group module, this release is **non-breaking**. |
| 5 | +Please read the release notes of [v0.46.5](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.46.5) if you are upgrading from `<=0.46.4`. |
18 | 6 |
|
19 | 7 | Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md) for an exhaustive list of changes.
|
20 | 8 |
|
21 |
| -Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.4...v0.46.5 |
| 9 | +Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.5...v0.46.6 |
22 | 10 |
|
23 | 11 | **NOTE**: The changes mentioned in `v0.46.3` are **still** required:
|
24 | 12 |
|
|
0 commit comments