chore: update CHANGELOG to correctly reference ics23 version

s/8.0.0/0.8.0/
This commit is contained in:
Joe Bowman 2022-10-28 10:51:00 +01:00 committed by GitHub
parent 8e41b52e02
commit 9e06bec462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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