From 1db0ce59112b573f46de7284b3087d84f7be6a13 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Thu, 22 Feb 2024 16:50:55 +0000 Subject: [PATCH] chore(release): 1.10.0-dev.8 [skip ci] ## [1.10.0-dev.8](https://github.com/VenusProtocol/oracle/compare/v1.10.0-dev.7...v1.10.0-dev.8) (2024-02-22) ### Bug Fixes * chainlink oracle deployment might not be available on some networks ([4868926](https://github.com/VenusProtocol/oracle/commit/4868926be37b57600301587bad4b81bfcc9c41d0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a74a1a..f96fe960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.0-dev.8](https://github.com/VenusProtocol/oracle/compare/v1.10.0-dev.7...v1.10.0-dev.8) (2024-02-22) + + +### Bug Fixes + +* chainlink oracle deployment might not be available on some networks ([4868926](https://github.com/VenusProtocol/oracle/commit/4868926be37b57600301587bad4b81bfcc9c41d0)) + ## [1.10.0-dev.7](https://github.com/VenusProtocol/oracle/compare/v1.10.0-dev.6...v1.10.0-dev.7) (2024-02-22) diff --git a/package.json b/package.json index b0bc3aaf..b35661d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "1.10.0-dev.7", + "version": "1.10.0-dev.8", "author": "Venus", "engines": { "node": ">=18.x.x"