From 26ecf3f42cd9f5b097f5a6df47e70e8db662d17e Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Tue, 15 Aug 2023 09:23:28 +0200 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20c3b268c5..feb1eeacd2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -248,7 +248,7 @@ ICS adheres to the [trunk based development branching model](https://trunkbasedd ICS follows [semantic versioning](https://semver.org), but with the following deviations (similar to [IBC-Go](https://github.com/cosmos/ibc-go/blob/main/RELEASES.md)): - An API breaking change will result in an increase of the MAJOR version number (X.y.z | x > 0). -- A state breaking change will result in an increase of the MINOR version number (x.Y.z | x > 0). +- A state breaking change (change requiring coordinated upgrade and/or state migration) will result in an increase of the MINOR version number (x.Y.z | x > 0). ### Backwards Compatibility