From e5f36efc72cebfaeb6a64de57432e24d656d7ecd Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Wed, 15 Nov 2023 10:30:30 +0100 Subject: [PATCH] Update RELEASES.md Co-authored-by: insumity --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index f3d707c317..06d311bae8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -16,7 +16,7 @@ Interchain Security (ICS) follows [semantic versioning](https://semver.org), but - Any other changes (including node API breaking changes) will result in an increase of the PATCH version number (x.y.Z | x > 0). ❗**State compatibility**: It is critical for the patch releases to be state-machine compatible with prior releases in the same minor version. -For example, v3.2.1 must be state-machine compatible with v3.2.1. +For example, v3.2.1 must be state-machine compatible with v3.2.0. When bumping the dependencies of [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) and [IBC](https://github.com/cosmos/ibc-go) we will only treat patch releases as non state-machine breaking.