-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare 0.45.11 release (#13817)
* chore: prepare 0.45.11 release * no features in 0.45.11 * Update RELEASE_NOTES.md Co-authored-by: Aleksandr Bezobchuk <[email protected]> * update release notes Co-authored-by: Aleksandr Bezobchuk <[email protected]>
- Loading branch information
1 parent
b4ff0df
commit 47f4664
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
# Cosmos SDK v0.45.10 Release Notes | ||
# Cosmos SDK v0.45.11 Release Notes | ||
|
||
This release introduces a number of bug fixes, features and improvements. | ||
This release introduces a number of bug fixes and improvements. | ||
|
||
Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.45.x/CHANGELOG.md) for an exhaustive list of changes. | ||
|
||
**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.9...v0.45.10 | ||
**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.10...v0.45.11 | ||
|
||
**NOTE**: The changes mentioned in `v0.45.9` are **still** required: | ||
|
||
```go | ||
# Chains must add the following to their go.mod for the application: | ||
replace github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0 | ||
``` |