Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update release notes #2575

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## Unreleased
## v6.6.0-rc1

### Features

Expand All @@ -67,7 +67,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
- [2473](https://github.com/umee-network/umee/pull/2473) Correct x/ugov Amino registration for x/ugov messages (they don't have MessageName option).
- [2547](https://github.com/umee-network/umee/pull/2547) Fix the `MissCounters` grpc-web get api result.

## v6.5.0
## v6.5.0 - 2024-06-21

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-p

Highlights:

- Cosmos SDK v0.47.11 update.
- Cosmos SDK v0.47.13 update.
- Adding new `auction` module to our app.
- Removing `crisis` module from our app.

Expand Down
2 changes: 1 addition & 1 deletion x/auction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ timeline

### Parameters

1. `duration` : time duration when we collect bids for the current auction. Initial value: 7 days.
1. `duration` : time duration when we collect bids for the current auction. Initial value: 14 days.
2. `min_bid` is the minimum increase of the previous bid or the minimum bid if it's the
3. `auction_account`: an account receiving protocol revenues and managing the burn auction. This will be a sub-module account, and used to share with x/leverage and x/metoken modules.

Expand Down
Loading