Skip to content

Commit d09f40d

Browse files
authored
chore: prepare v0.47.7 (cosmos#18765)
1 parent 9e60114 commit d09f40d

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
3737

3838
## [Unreleased]
3939

40+
## [v0.47.7](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.7) - 2023-12-20
41+
4042
### Improvements
4143

4244
* (x/gov) [#18707](https://github.com/cosmos/cosmos-sdk/pull/18707) Improve genesis validation.

RELEASE_NOTES.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Cosmos SDK v0.47.6 Release Notes
1+
# Cosmos SDK v0.47.7 Release Notes
22

33
💬 [**Release Discussion**](https://github.com/orgs/cosmos/discussions/categories/announcements)
44

55
## 🚀 Highlights
66

77
v0.50 is there, the v0.47.x line is now supported for bug fixes only, as per our release policy.
8-
Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.1) and enjoy and the new features and performance improvements.
8+
Start integrating with [Cosmos SDK Eden (v0.50)](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.2) and enjoy and the new features and performance improvements.
99

10-
For this 6th patch release of the `v0.47.x` line, some of the notable changes include:
10+
For this 7th patch release of the `v0.47.x` line, some of the notable changes include:
1111

12-
* The gRPC and API server are both started in standalone mode (CometBFT out of process)
13-
* Fix the default prepare proposal handler to better match CometBFT ABCI specification
12+
* A bug fix in the `app.toml` parsing for the `minimum-gas-prices` parameter.
13+
* A bug fix to properly simulate a transaction when using a multisig.
1414

15-
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.5...v0.47.6) from last release.
15+
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.47.5/CHANGELOG.md) for an exhaustive list of changes or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.47.6...v0.47.7) from last release.
1616

17-
Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.1`.
17+
Refer to the [upgrading guide](https://github.com/cosmos/cosmos-sdk/blob/release/v0.50.x/UPGRADING.md) when migrating from `v0.47.x` to `v0.50.x`.

0 commit comments

Comments
 (0)