diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ea235b..4d69f28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bcb09e83..a694f0d6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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. \ No newline at end of file +[#231](https://github.com/umee-network/peggo/pull/231) Add multiple providers for token prices. \ No newline at end of file