diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af38c3e..3d357be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.10.0-dev.2](https://github.com/VenusProtocol/oracle/compare/v1.10.0-dev.1...v1.10.0-dev.2) (2024-02-01) + + +### Features + +* add wstETH oracle deployment on Ethereum ([505c721](https://github.com/VenusProtocol/oracle/commit/505c721d43f4dd02c2ae987dd3412a883b7f9bbb)) +* updating deployment files ([0acebd5](https://github.com/VenusProtocol/oracle/commit/0acebd566b0c0bab97bfd37b81ec561a3a493d4c)) + ## [1.10.0-dev.1](https://github.com/VenusProtocol/oracle/compare/v1.9.0...v1.10.0-dev.1) (2024-01-26) diff --git a/package.json b/package.json index b5499a3c..24a0302a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "1.10.0-dev.1", + "version": "1.10.0-dev.2", "author": "Venus", "engines": { "node": ">=18.x.x"