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

docs: update the release notes and changelog for v6.7.1 #2639

Merged
merged 1 commit into from
Dec 10, 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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## v6.7.1

### Improvements

- deps upgrade

### Bug Fixes

- [2638](https://github.com/umee-network/umee/pull/2638) Fix the max_withdraw query

## v6.7.0

### Improvements
Expand Down
10 changes: 3 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@

The Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document.

## v6.7.0
## v6.7.1

Highlights:

- cosmos SDK v0.47.14 update.
- cometbft v0.37.13 update.
- wasmvm v1.5.5 update.
- ibc-go v7.8.0 update.
- fix the max_withdraw query
- deps upgrade

[CHANGELOG](CHANGELOG.md)

### Validators

**Upgrade Title** (for Cosmovisor): **v6.7.0**.

Update Price Feeder to `umee/2.4.4+`.

NOTE: after the upgrade, you should restart your Price Feeder. We observed that Price Feeder doesn't correctly re-establish a connection after the chain upgrade.
Expand Down
Loading