Skip to content

Commit cf2a465

Browse files
committed
chore(release): 2.12.0 [skip ci]
## [2.12.0](v2.11.0...v2.12.0) (2025-02-21) ### Features * add deployments for Pendle oracles used as a reference ([39e82df](39e82df)) * add reference oracle conract ([cfa31eb](cfa31eb)) * add reference oracle deployment for bsc and eth ([0f0cc33](0f0cc33)) * add testnet tags and helpers to dispatch testnets ([8576fe9](8576fe9)) * replace multisig with timelock on Ethereum ([6bbff81](6bbff81)) * support compiling for cancun ([5a22e67](5a22e67)) * updating deployment files ([eb9cee1](eb9cee1)) * updating deployment files ([9f378c5](9f378c5)) ### Bug Fixes * patch smock package to check if provider has init ([2f86269](2f86269))
1 parent 505d8b1 commit cf2a465

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.12.0](https://github.com/VenusProtocol/oracle/compare/v2.11.0...v2.12.0) (2025-02-21)
2+
3+
4+
### Features
5+
6+
* add deployments for Pendle oracles used as a reference ([39e82df](https://github.com/VenusProtocol/oracle/commit/39e82df3b40de2031e73176289abd9b4d396a701))
7+
* add reference oracle conract ([cfa31eb](https://github.com/VenusProtocol/oracle/commit/cfa31eb97a956fc914daa6fd3ff0dd7b31aadd3c))
8+
* add reference oracle deployment for bsc and eth ([0f0cc33](https://github.com/VenusProtocol/oracle/commit/0f0cc33fa90ff85fb475dd046fa6f4ef8f7fcd4a))
9+
* add testnet tags and helpers to dispatch testnets ([8576fe9](https://github.com/VenusProtocol/oracle/commit/8576fe961dc65805ad50617d705748cdca03945d))
10+
* replace multisig with timelock on Ethereum ([6bbff81](https://github.com/VenusProtocol/oracle/commit/6bbff818a8db2869ea630dd0fee34b82b4f1b2f5))
11+
* support compiling for cancun ([5a22e67](https://github.com/VenusProtocol/oracle/commit/5a22e6754daeea2a9c759bec02dfb62457384b02))
12+
* updating deployment files ([eb9cee1](https://github.com/VenusProtocol/oracle/commit/eb9cee1879960e95b7bfc6c93c7c6092a6f7e3f9))
13+
* updating deployment files ([9f378c5](https://github.com/VenusProtocol/oracle/commit/9f378c53caf231cc6120c6c671a3c1ad886a19e3))
14+
15+
16+
### Bug Fixes
17+
18+
* patch smock package to check if provider has init ([2f86269](https://github.com/VenusProtocol/oracle/commit/2f86269c94f370f3841d851a7f6f965584b9f66b))
19+
120
## [2.12.0-dev.2](https://github.com/VenusProtocol/oracle/compare/v2.12.0-dev.1...v2.12.0-dev.2) (2025-02-21)
221

322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@venusprotocol/oracle",
33
"description": "Venus Protocol Price Oracle",
4-
"version": "2.12.0-dev.2",
4+
"version": "2.12.0",
55
"author": "Venus",
66
"engines": {
77
"node": ">=18.x.x"

0 commit comments

Comments
 (0)