diff --git a/CHANGELOG.md b/CHANGELOG.md index 02aeff049c..8e44c431c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,16 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog +## v6.7.1 + +### Improvements + +- deps upgrade + +### Bug Fixes + +- [2638](https://github.com/umee-network/umee/pull/2638) Fix the max_withdraw query + ## v6.7.0 ### Improvements diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index beaac1446b..2e2282ba63 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,21 +6,17 @@ The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document. -## v6.7.0 +## v6.7.1 Highlights: -- cosmos SDK v0.47.14 update. -- cometbft v0.37.13 update. -- wasmvm v1.5.5 update. -- ibc-go v7.8.0 update. +- fix the max_withdraw query +- deps upgrade [CHANGELOG](CHANGELOG.md) ### Validators -**Upgrade Title** (for Cosmovisor): **v6.7.0**. - Update Price Feeder to `umee/2.4.4+`. NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.