From 16848fe506bc0d78099a2eee78421e9f4a0a3c2a Mon Sep 17 00:00:00 2001 From: Egor Kostetskiy Date: Fri, 29 Sep 2023 13:21:25 -0300 Subject: [PATCH 1/5] changelog and releasenotes --- CHANGELOG.md | 6 +++++- RELEASE_NOTES.md | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4c82b2c4..ef38b52efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,13 +44,17 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased] +## v6.1.0 - 2023-09-29 ### Improvements - [2261](https://github.com/umee-network/umee/pull/2261) Use go 1.21 - [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. +### 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..ff3ccfa5a3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,6 +6,14 @@ 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 assets and realize operations such as swap and redeem. + - 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**. From ebb3c3c495ee18a89c0734854ad3e1cafc675141 Mon Sep 17 00:00:00 2001 From: Egor Kostetskiy Date: Fri, 29 Sep 2023 16:40:40 -0300 Subject: [PATCH 2/5] typo --- RELEASE_NOTES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ff3ccfa5a3..b2dac050c1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,7 +9,8 @@ Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-proce ## 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 assets and realize operations such as swap and redeem. + 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. From 787cac55a0e19a208c917235c88b8a6714866465 Mon Sep 17 00:00:00 2001 From: kosegor <30661385+kosegor@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:43:36 -0300 Subject: [PATCH 3/5] Update CHANGELOG.md Co-authored-by: Adam Moser <63419657+toteki@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db6a49d80..11e477c7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## v6.1.0 - 2023-09-29 +## v6.1.0-beta1 - 2023-09-29 ### Improvements From b56e40280bcac8499123977a4212e27f0960ad4f Mon Sep 17 00:00:00 2001 From: Egor Kostetskiy Date: Fri, 29 Sep 2023 16:53:46 -0300 Subject: [PATCH 4/5] lint --- RELEASE_NOTES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b2dac050c1..f8d8e8f5b6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,12 +8,12 @@ Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-proce ## 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. +- 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 From a538cad7633349486bd7a0860e82865fe513349f Mon Sep 17 00:00:00 2001 From: Egor Kostetskiy Date: Fri, 29 Sep 2023 16:58:31 -0300 Subject: [PATCH 5/5] lint2 --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f8d8e8f5b6..ef29d2310e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,8 +8,8 @@ Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-proce ## 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 +- 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.