From 0741681cd32aa9daaf4aa86bc4d2af9e11cd172a Mon Sep 17 00:00:00 2001 From: Julian Toledano Date: Wed, 7 Feb 2024 17:13:25 +0100 Subject: [PATCH 1/2] fix:changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3064ff9..379e6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,9 +36,26 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v0.50.3+1] + +> v0.50.3 has been retracted due to a mistake in dependencies. Please use v0.50.3+1 instead. + +### Improvements + +* [#73](https://github.com/cosmos/rosetta/pull/73) Update to cosmos-sdk v0.50.3 +* [#70](https://github.com/cosmos/rosetta/pull/70) Coinbase accurate dockerfile. + +### Bug Fixes + +* [#82](https://github.com/cosmos/rosetta/pull/82) Fix cosmossdk.io/core dependencies. + +## [v0.50.2](https://github.com/cosmos/rosetta/releases/tag/v0.50.2) 2022-12-12 + ### Improvements * [#58](https://github.com/cosmos/rosetta/pull/58) Upgraded cosmos-sdk version and removed tip handling. +* [#37](https://github.com/cosmos/rosetta/pull/37) Dockerization of Rosetta. +* [#29](https://github.com/cosmos/rosetta/pull/29) Improvements on error handling. ## v0.47.x From 55c04ac80f57c6b8cbc9dd922c6033d4816d7276 Mon Sep 17 00:00:00 2001 From: Julian Toledano Date: Wed, 7 Feb 2024 17:18:16 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 379e6ce..2135adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -## [v0.50.3+1] +## [v0.50.3+1](https://github.com/cosmos/rosetta/releases/tag/v0.50.3+1) 2024-01-07 > v0.50.3 has been retracted due to a mistake in dependencies. Please use v0.50.3+1 instead. @@ -49,7 +49,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * [#82](https://github.com/cosmos/rosetta/pull/82) Fix cosmossdk.io/core dependencies. -## [v0.50.2](https://github.com/cosmos/rosetta/releases/tag/v0.50.2) 2022-12-12 +## [v0.50.2](https://github.com/cosmos/rosetta/releases/tag/v0.50.2) 2023-12-12 ### Improvements