Skip to content

Commit

Permalink
update release notes (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 authored Jul 23, 2024
1 parent f0e2e67 commit 4d3c61d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 4d3c61d

Please sign in to comment.