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