diff --git a/CHANGELOG.md b/CHANGELOG.md index 2088c8f54f..11e477c7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased] +## v6.1.0-beta1 - 2023-09-29 ### Improvements @@ -52,6 +52,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ - [2263](https://github.com/umee-network/umee/pull/2263) Add spot price fields to account summary, and ensure all other fields use leverage logic prices. - [2270](https://github.com/umee-network/umee/pull/2270) Increase free oracle tx limit to 200k gas. +### Features + +- [2269](https://github.com/umee-network/umee/pull/2269) Enable x/metoken module. + ### Bug Fixes - [2260](https://github.com/umee-network/umee/pull/2260) fix(oracle): avg params storage. diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 01b7647c46..ef29d2310e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,15 @@ Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document. +## v6.1.0 + +- Enable [meToken module](https://github.com/umee-network/umee/blob/main/x/metoken/README.md): allows to create an + index composed of a list of assets and realize operations such as swap and redeem between the assets and the + index token. +- Bump go version to 1.21. +- Add spot price fields to account summary, and ensure all other fields use leverage logic prices. +- Fix avg params storage for x/oracle. + ## v6.0.2 This fixes a crash shortly after the 6.0.1 upgrade. The crash occurred at height `8427849` but this binary works even if you switch to it immediately after the gov upgrade. Patch must be applied **as soon as possible**.