chore: release notes++

This commit is contained in:
Aleksandr Bezobchuk 2022-04-25 11:35:58 -04:00
parent 77747c5c5e
commit ad9e5620fb
No known key found for this signature in database
GPG Key ID: E9E1BA3149A22A84
1 changed files with 6 additions and 9 deletions

View File

@ -1,13 +1,10 @@
# Cosmos SDK v0.45.3 Release Notes
# Cosmos SDK v0.45.4 Release Notes
This release introduces a Tendermint dependency update to v0.34.19 which
itself includes two bug fixes related to consensus. See the full changelog from
v0.34.17-v0.34.19 [here](https://github.com/tendermint/tendermint/blob/v0.34.19/CHANGELOG.md#v0.34.19).
This release introduces a few bug fixes and improvements. Notably, it adds an
error check to the `NewNode` call in the `server` package, which would allow nodes
to sync correctly.
In addition, it includes a change to `ScheduleUpgrade` to allow upgrades without
requiring a governance proposal process.
See the [Cosmos SDK v0.45.3 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.3/CHANGELOG.md)
See the [Cosmos SDK v0.45.4 Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.45.4/CHANGELOG.md)
for the exhaustive list of all changes.
**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.2...v0.45.3
**Full Commit History**: https://github.com/cosmos/cosmos-sdk/compare/v0.45.3...v0.45.4