Skip to content

Commit

Permalink
chore: update CHANGELOG to correctly reference ics23 version
Browse files Browse the repository at this point in the history
s/8.0.0/0.8.0/
  • Loading branch information
Joe Bowman authored Oct 28, 2022
1 parent 8e41b52 commit 9e06bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e06bec

Please sign in to comment.