Skip to content

Commit

Permalink
doc: CHANGELOG.md and RELEASE_NOTES updated (#2271)
Browse files Browse the repository at this point in the history
* changelog and releasenotes

* typo

* Update CHANGELOG.md

Co-authored-by: Adam Moser <[email protected]>

* lint

* lint2

---------

Co-authored-by: Adam Moser <[email protected]>
  • Loading branch information
kosegor and toteki authored Sep 29, 2023
1 parent f4d704b commit 08de8d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,18 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [Unreleased]
## v6.1.0-beta1 - 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.
- [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.
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down

0 comments on commit 08de8d2

Please sign in to comment.