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 11:51:00 +02:00
committed by GitHub
parent 8e41b52e02
commit 9e06bec462
+1 -1
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