From 9e06bec4620f07508f7e32645c7c98c56ec981fb Mon Sep 17 00:00:00 2001 From: Joe Bowman Date: Fri, 28 Oct 2022 10:51:00 +0100 Subject: [PATCH] chore: update CHANGELOG to correctly reference ics23 version s/8.0.0/0.8.0/ --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958c4ae768..c874a8e6cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -198,7 +198,7 @@ All users should upgrade immediately. Users *must* add a replace directive in their go.mod for the new `ics23` package in the SDK: ```go -replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v8.0.0 +replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 ``` ### Features