|
1 |
| -<!-- |
2 |
| - A release notes template that should be adapted for every release |
3 |
| - - release: <v*.*.*> |
4 |
| - - release branch: <v*.x> |
5 |
| - - the last release: <v-last> |
6 |
| - - the last release branch: <v-last.x> |
7 |
| ---> |
| 1 | +# Interchain Security v6.3.0 Release Notes |
8 | 2 |
|
9 |
| -# Interchain Security <v*.*.*> Release Notes |
10 |
| - |
11 |
| -<!-- |
12 |
| - Please indicate whether this release is relevant to consumers or providers. |
13 |
| ---> |
14 |
| -❗ ***Note this release is ONLY relevant to <consumers/providers>*** |
| 3 | +❗ ***Note this release is ONLY relevant to providers.*** Consumer chains can safely use ICS [v6.2.0](https://github.com/cosmos/interchain-security/releases/tag/v6.2.0). Provider chains are recommended to use this release instead. |
15 | 4 |
|
16 | 5 | ## 📝 Changelog
|
17 |
| -** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE ** |
18 |
| -<!-- markdown-link-check-disable --> |
19 | 6 |
|
20 |
| -Check out the [changelog](https://github.com/cosmos/interchain-security/blob/<v*.*.*>/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/<v-last>...<v*.*.*>) from last release. |
| 7 | +Check out the [changelog](https://github.com/cosmos/interchain-security/blob/v6.3.0/CHANGELOG.md) for a list of relevant changes or [compare all changes](https://github.com/cosmos/interchain-security/compare/v6.2.0...v6.3.0) from last release. |
21 | 8 |
|
22 | 9 | <!-- Add the following line for major or minor releases -->
|
23 |
| -Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/<v*.x>/UPGRADING.md) when migrating from `<v-last.x>` to `<v*.x>`. |
| 10 | +Refer to the [upgrading guide](https://github.com/cosmos/interchain-security/blob/release/v6.3.x/UPGRADING.md) when migrating from `v6.2.x` to `v6.3.x`. |
24 | 11 |
|
25 |
| -** REMOVE THE LINE BELOW TO ENABLE THE MARKDOWN LINK CHECKER FOR RELEASE ** |
26 |
| -<!-- markdown-link-check-enable --> |
27 | 12 | ## 🚀 Highlights
|
28 | 13 |
|
29 | 14 | <!-- Add any highlights of this release -->
|
30 | 15 |
|
31 |
| -## ❤️ Contributors |
32 |
| -<!-- markdown-link-check-disable --> |
33 |
| -* Informal Systems ([@informalinc](https://twitter.com/informalinc)) |
34 |
| -<!-- markdown-link-check-enable --> |
| 16 | +This releases brings a series of bug fixes and improvements to the provider module. |
| 17 | + |
35 | 18 |
|
36 |
| -This list is non-exhaustive and ordered alphabetically. |
37 |
| -Thank you to everyone who contributed to this release! |
0 commit comments