This commit is contained in:
Aleksandr Bezobchuk 2022-04-25 11:34:51 -04:00 committed by GitHub
parent 6191a36a72
commit 77747c5c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -37,8 +37,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
## [Unreleased]
## [v0.45.4](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.4) - 2022-04-25
### Bug Fixes
* [\#11624](https://github.com/cosmos/cosmos-sdk/pull/11624) Handle the error returned from `NewNode` in the `server` package.
* [\#11724](https://github.com/cosmos/cosmos-sdk/pull/11724) Fix data race issues with `api.Server`.
### Improvements