From e44e583f59a3458015a7ee9ffb89a87bde4e9cda Mon Sep 17 00:00:00 2001 From: zarazan Date: Fri, 11 Aug 2023 08:46:44 -0600 Subject: [PATCH 1/2] add changelog --- CHANGELOG.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..9b7ca5ff --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,54 @@ + + + + + +# Changelog + +## [Unreleased] + +## [v0.1.5](https://github.com/ojo-network/price-feeder/releases/tag/v0.1.5) - 2023-08-10 + +### Features + +- [192](https://github.com/ojo-network/price-feeder/pull/192) Skip specific denoms in integration test. +- [137](https://github.com/ojo-network/price-feeder/pull/137) Uniswap v3 integration. From 6b46b4c964be16a1abcbb51ccc803329a986e8f3 Mon Sep 17 00:00:00 2001 From: zarazan Date: Fri, 11 Aug 2023 12:40:08 -0600 Subject: [PATCH 2/2] add changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7ca5ff..bd2dc124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Deprecated: for soon-to-be removed features. Bug Fixes: for any bug fixes. Client Breaking: for client breaking changes. API Breaking: for breaking exported Go APIs used by developers. +Config: updates to the recommended configuration files To release a new version, ensure an appropriate release branch exists. Add a release version and date to the existing Unreleased section which takes the form @@ -46,9 +47,28 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [v0.1.5](https://github.com/ojo-network/price-feeder/releases/tag/v0.1.6-rc1) - 2023-08-10 + + +### Features + +- [210](https://github.com/ojo-network/price-feeder/pull/210) Error handling updates + +### Improvements +- [220](https://github.com/ojo-network/price-feeder/pull/220) Change OsmosisV2 provider to Osmosis + +### Config + +- [215](https://github.com/ojo-network/price-feeder/pull/215) Add rETH to sample config + ## [v0.1.5](https://github.com/ojo-network/price-feeder/releases/tag/v0.1.5) - 2023-08-10 ### Features - [192](https://github.com/ojo-network/price-feeder/pull/192) Skip specific denoms in integration test. +- [157](https://github.com/ojo-network/price-feeder/pull/157) Add Kujira provider. - [137](https://github.com/ojo-network/price-feeder/pull/137) Uniswap v3 integration. + +### Config + +- [183](https://github.com/ojo-network/price-feeder/pull/183) Add SCRT, JUNO, and stJUNO to sample config.