From 520c03a2a9ff85cd004ae508bacfad6620aa631f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20Axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:00:58 +0200 Subject: [PATCH 1/2] chore: setup new major release cycle --- CHANGELOG.md | 14 +++++++++++++ docs/docs/05-migrations/14-v9-to-v10.md | 28 +++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 docs/docs/05-migrations/14-v9-to-v10.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a876b3a9fe9..7ca81e62cdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,20 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Dependencies +### API Breaking + +### State Machine Breaking + +### Improvements + +### Features + +### Bug Fixes + +## v9.0.0 (unreleased) + +### Dependencies + * [\#6193](https://github.com/cosmos/ibc-go/pull/6193) Bump Cosmos SDK to v0.50.7. * [\#6193](https://github.com/cosmos/ibc-go/pull/6193) Bump `cosmossdk.io/store` to v1.1.0. * [\#6848](https://github.com/cosmos/ibc-go/pull/6848) Bump CometBFT to v0.38.10. diff --git a/docs/docs/05-migrations/14-v9-to-v10.md b/docs/docs/05-migrations/14-v9-to-v10.md new file mode 100644 index 00000000000..09326af9626 --- /dev/null +++ b/docs/docs/05-migrations/14-v9-to-v10.md @@ -0,0 +1,28 @@ +# Migrating from \ to \ + +This guide provides instructions for migrating to a new version of ibc-go. + +There are four sections based on the four potential user groups of this document: + +- [Chains](#chains) +- [IBC Apps](#ibc-apps) +- [Relayers](#relayers) +- [IBC Light Clients](#ibc-light-clients) + +**Note:** ibc-go supports golang semantic versioning and therefore all imports must be updated on major version releases. + +## Chains + +- No relevant changes were made in this release. + +## IBC Apps + +- No relevant changes were made in this release. + +## Relayers + +- No relevant changes were made in this release. + +## IBC Light Clients + +- No relevant changes were made in this release. From 7440d91b5305c13cf0a16b7697e0a11cf8adf411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?colin=20axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:02:00 +0200 Subject: [PATCH 2/2] Update docs/docs/05-migrations/14-v9-to-v10.md --- docs/docs/05-migrations/14-v9-to-v10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/05-migrations/14-v9-to-v10.md b/docs/docs/05-migrations/14-v9-to-v10.md index 09326af9626..5cbe3610be4 100644 --- a/docs/docs/05-migrations/14-v9-to-v10.md +++ b/docs/docs/05-migrations/14-v9-to-v10.md @@ -1,4 +1,4 @@ -# Migrating from \ to \ +# Migrating from v9 to v10 This guide provides instructions for migrating to a new version of ibc-go.