Skip to content

Commit

Permalink
chore: v0.2.7 changelog and release notes (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Mar 31, 2022
1 parent 5731522 commit 29c2751
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,16 @@ Ref: https://keepachangelog.com/en/1.0.0/

## [Unreleased]

## [v0.2.6](https://github.com/umee-network/peggo/releases/tag/v0.2.6) - 2022-03-01
## [v0.2.7](https://github.com/umee-network/peggo/releases/tag/v0.2.7) - 2022-03-31

### Features

[#231](https://github.com/umee-network/peggo/pull/231) Add multiple providers for token prices.

## [v0.2.6](https://github.com/umee-network/peggo/releases/tag/v0.2.6) - 2022-03-01

### Features

[#216](https://github.com/umee-network/peggo/pull/216) Add profitability check on the batch requester loop.

### Bug Fixes
Expand Down
14 changes: 4 additions & 10 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# Release Notes

This release includes several bug fixes and the ability to check for profit
before requesting a new batch.
It also includes updates to vulnerable dependencies.
This release fixes one of the main issues from the Trail of Bits audit, the need
for multiple price oracles instead of one. Now we can have multiple, thanks to
the implementation of the price feeder as a module.

## Changelog

### Features

[#216](https://github.com/umee-network/peggo/pull/216) Add profitability check on the batch requester loop.

### Bug Fixes

- [#217](https://github.com/umee-network/peggo/pull/217) Add validation to user input Ethereum addresses.
- [#209](https://github.com/umee-network/peggo/pull/209) Fix the `version` command to display correctly.
- [#205](https://github.com/umee-network/peggo/pull/205) Make sure users are warned when using unencrypted non-local urls in flags.
[#231](https://github.com/umee-network/peggo/pull/231) Add multiple providers for token prices.

0 comments on commit 29c2751

Please sign in to comment.