Skip to content

Commit

Permalink
chore: add v8 migration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Apr 14, 2023
1 parent d3038f8 commit b26e928
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/migrations/v7-to-v8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Migrating from v7 to v8

This guide provides instructions for migrating to version `v8.0.0` of ibc-go.

There are four sections based on the four potential user groups of this document:

- [Migrating from v7 to v8](#migrating-from-v7-to-v8)
- [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

TODO: https://github.com/cosmos/ibc-go/pull/3303

## Relayers

- No relevant changes were made in this release.

## IBC Light Clients

- No relevant changes were made in this release.

0 comments on commit b26e928

Please sign in to comment.