From bd7878ccaa282d2cebe35af96b68d0168a995eeb Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Tue, 23 Jan 2024 18:31:48 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] ## [1.9.0](https://github.com/VenusProtocol/oracle/compare/v1.8.0...v1.9.0) (2024-01-23) ### Features * add implementation of new wstETH oracle ([ee78b61](https://github.com/VenusProtocol/oracle/commit/ee78b61504f09f3f6e732c9b54862a17f15d6b13)) * add unit tests for wstETH oracle ([8ee95dc](https://github.com/VenusProtocol/oracle/commit/8ee95dcb43a478ef29e9d58114bcd07b43747506)) * fork test for wstETH oracle ([373d192](https://github.com/VenusProtocol/oracle/commit/373d1920251ec5abe58c711cb56161361e0e83b1)) * update deps to the stable versions ([cc79591](https://github.com/VenusProtocol/oracle/commit/cc7959157cc57345099de169a3779632b072e1a1)) * updating deployment files ([e9cedb9](https://github.com/VenusProtocol/oracle/commit/e9cedb91e152ffc0ffba7bd26cc587e9c3d77c98)) ### Bug Fixes * CI test failing ([68e8bfe](https://github.com/VenusProtocol/oracle/commit/68e8bfe47dd0a74bb8172f95a6ab01a53b695714)) * lint ([e1b730d](https://github.com/VenusProtocol/oracle/commit/e1b730d67997cfe186e209e601c6236ee0ece846)) * remove hardcoded gas price for sepolia ([5a83647](https://github.com/VenusProtocol/oracle/commit/5a836478266b5799fe3e2335f25f864c94c3a3f9)) * try fix sol parsing in github ([c909088](https://github.com/VenusProtocol/oracle/commit/c909088eedb7816b82282fa46ca4a55526b254e0)) * typo ([25921ac](https://github.com/VenusProtocol/oracle/commit/25921ac407151d1ed658540eb35385eec609d3b1)) * wrong denominator value ([a1c037e](https://github.com/VenusProtocol/oracle/commit/a1c037e1fad829b291c09eb3a635fbe6cce74491)) ### Reverts * Revert "fix: comment format of constructor" ([889fb21](https://github.com/VenusProtocol/oracle/commit/889fb21c20b539678cdd83d0077fe5928feb6522)) --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2500236a..2c61389a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## [1.9.0](https://github.com/VenusProtocol/oracle/compare/v1.8.0...v1.9.0) (2024-01-23) + + +### Features + +* add implementation of new wstETH oracle ([ee78b61](https://github.com/VenusProtocol/oracle/commit/ee78b61504f09f3f6e732c9b54862a17f15d6b13)) +* add unit tests for wstETH oracle ([8ee95dc](https://github.com/VenusProtocol/oracle/commit/8ee95dcb43a478ef29e9d58114bcd07b43747506)) +* fork test for wstETH oracle ([373d192](https://github.com/VenusProtocol/oracle/commit/373d1920251ec5abe58c711cb56161361e0e83b1)) +* update deps to the stable versions ([cc79591](https://github.com/VenusProtocol/oracle/commit/cc7959157cc57345099de169a3779632b072e1a1)) +* updating deployment files ([e9cedb9](https://github.com/VenusProtocol/oracle/commit/e9cedb91e152ffc0ffba7bd26cc587e9c3d77c98)) + + +### Bug Fixes + +* CI test failing ([68e8bfe](https://github.com/VenusProtocol/oracle/commit/68e8bfe47dd0a74bb8172f95a6ab01a53b695714)) +* lint ([e1b730d](https://github.com/VenusProtocol/oracle/commit/e1b730d67997cfe186e209e601c6236ee0ece846)) +* remove hardcoded gas price for sepolia ([5a83647](https://github.com/VenusProtocol/oracle/commit/5a836478266b5799fe3e2335f25f864c94c3a3f9)) +* try fix sol parsing in github ([c909088](https://github.com/VenusProtocol/oracle/commit/c909088eedb7816b82282fa46ca4a55526b254e0)) +* typo ([25921ac](https://github.com/VenusProtocol/oracle/commit/25921ac407151d1ed658540eb35385eec609d3b1)) +* wrong denominator value ([a1c037e](https://github.com/VenusProtocol/oracle/commit/a1c037e1fad829b291c09eb3a635fbe6cce74491)) + + +### Reverts + +* Revert "fix: comment format of constructor" ([889fb21](https://github.com/VenusProtocol/oracle/commit/889fb21c20b539678cdd83d0077fe5928feb6522)) + ## [1.9.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v1.9.0-dev.2...v1.9.0-dev.3) (2024-01-23) diff --git a/package.json b/package.json index 35140700..db9c21e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "1.9.0-dev.3", + "version": "1.9.0", "author": "Venus", "engines": { "node": ">=18.x.x"