diff --git a/CHANGELOG.md b/CHANGELOG.md index f96fe960..cd5b73f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [1.10.0](https://github.com/VenusProtocol/oracle/compare/v1.9.0...v1.10.0) (2024-02-22) + + +### Features + +* add oracle deployments for opbnbmainnet ([f6655e7](https://github.com/VenusProtocol/oracle/commit/f6655e744b64236c65e1099bab1caf237d56eb16)) +* add wstETH oracle deployment on Ethereum ([505c721](https://github.com/VenusProtocol/oracle/commit/505c721d43f4dd02c2ae987dd3412a883b7f9bbb)) +* updating deployment files ([a322225](https://github.com/VenusProtocol/oracle/commit/a322225092f349e315dbfe483dd679e6bf698125)) +* updating deployment files ([3e9a5ce](https://github.com/VenusProtocol/oracle/commit/3e9a5cea393ec971271a348896f8818652839593)) +* updating deployment files ([0acebd5](https://github.com/VenusProtocol/oracle/commit/0acebd566b0c0bab97bfd37b81ec561a3a493d4c)) +* updating deployment files ([5d813b2](https://github.com/VenusProtocol/oracle/commit/5d813b2f9fdd82418f2f888a2f19e2822268a631)) + + +### Bug Fixes + +* chainlink oracle deployment might not be available on some networks ([4868926](https://github.com/VenusProtocol/oracle/commit/4868926be37b57600301587bad4b81bfcc9c41d0)) +* deploy script ([0a17889](https://github.com/VenusProtocol/oracle/commit/0a17889c6b5c9d43fc119e5ca4514111628d1a81)) +* hardcoded gas input ([ef80913](https://github.com/VenusProtocol/oracle/commit/ef809133e3cef279495435c6c7fa4062cf41de41)) +* remove twap oracle ([85b1021](https://github.com/VenusProtocol/oracle/commit/85b1021928d1faaacf8d9263cf6c3916e1142f43)) + ## [1.10.0-dev.8](https://github.com/VenusProtocol/oracle/compare/v1.10.0-dev.7...v1.10.0-dev.8) (2024-02-22) diff --git a/package.json b/package.json index b35661d4..8784a1a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "1.10.0-dev.8", + "version": "1.10.0", "author": "Venus", "engines": { "node": ">=18.x.x"