diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e58b6d24..2bf953ef06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,17 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog +## v6.7.3 + +### Improvements + +- deps upgrade +- mint the sfrxeth to one user + +### Bug Fixes + +- [2662](https://github.com/umee-network/umee/pull/2662) check ack success if only ack is not async + ## v6.7.2 ### Improvements diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ac0ec489ac..37e38949e1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,14 +6,13 @@ The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document. -## v6.7.2 +## v6.7.3-rc1 Highlights: -- cosmos-sdk update to v0.47.15 -- quick fix for leveraged liquidate -- fix the max_withdraw query - deps upgrade +- mint the sfrxeth to user - +- fix the ibc-transfer - checking acknowledgement only acknowledgement is when not asynchronous [CHANGELOG](CHANGELOG.md)