diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1390b6..2e08b59f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [2.0.0](https://github.com/VenusProtocol/oracle/compare/v1.10.0...v2.0.0) (2024-04-10) + + +### ⚠ BREAKING CHANGES + +* migrate to Solidity 0.8.25 + +### Features + +* add Chainlink Oracle for Arbitrum checking Sequencer uptime. ([2ab8e8d](https://github.com/VenusProtocol/oracle/commit/2ab8e8d64fc3d2d8ce86464c48ba2eb4da0ff5a8)) +* migrate to Solidity 0.8.25 ([00d4cd0](https://github.com/VenusProtocol/oracle/commit/00d4cd0fa799ed9b15342f1f66c15c5e8e234b5f)) + + +### Bug Fixes + +* VTIME-3 ([82f1e42](https://github.com/VenusProtocol/oracle/commit/82f1e429aa887ba1fdd7787cfe77bee41e4a79f4)) + ## [2.0.0-dev.1](https://github.com/VenusProtocol/oracle/compare/v1.11.0-dev.1...v2.0.0-dev.1) (2024-04-10) diff --git a/package.json b/package.json index 43512854..4de46e32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "2.0.0-dev.1", + "version": "2.0.0", "author": "Venus", "engines": { "node": ">=18.x.x"