Skip to content

Commit e265bb9

Browse files
authored
chore: prep v0.53.2 (#24826)
1 parent d55608c commit e265bb9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
3838

3939
## [Unreleased]
4040

41-
## [v0.53.1](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.53.1) - 2025-05-30
41+
## [v0.53.2](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.53.2) - 2025-06-02
4242

4343
This patch update also includes minor dependency bumps.
4444

RELEASE_NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
# Cosmos SDK v0.53.1 Release Notes
1+
# Cosmos SDK v0.53.2 Release Notes
22

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

55
## 🚀 Highlights
66

7-
Announcing Cosmos SDK v0.53.1
7+
Announcing Cosmos SDK v0.53.2
88

99
This release is a patch update that includes feedback from early users of Cosmos SDK v0.53.0.
1010

1111
Upgrading to this version of the Cosmos SDK from any `v0.53.x` is trivial and does not require a chain upgrade.
1212

13+
NOTE: `v0.53.1` has been retracted.
14+
1315
## 📝 Changelog
1416

15-
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.53.1/CHANGELOG.md) for an exhaustive list of changes, or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.53.0...v0.53.1) from the last release.
17+
Check out the [changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.53.2/CHANGELOG.md) for an exhaustive list of changes, or [compare changes](https://github.com/cosmos/cosmos-sdk/compare/v0.53.0...v0.53.1) from the last release.

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ replace (
190190
)
191191

192192
retract (
193+
// incorrect tag for patch version
194+
v0.53.1
195+
193196
// false start by tagging the wrong branch
194197
v0.50.0
195198
// revert fix https://github.com/cosmos/cosmos-sdk/pull/16331

0 commit comments

Comments
 (0)