From 7e07406ebf3a4cf18fad685970ee557f643d6687 Mon Sep 17 00:00:00 2001 From: Venus Tools Date: Thu, 19 Oct 2023 15:16:23 +0000 Subject: [PATCH] chore(release): 1.7.3 [skip ci] ## [1.7.3](https://github.com/VenusProtocol/oracle/compare/v1.7.2...v1.7.3) (2023-10-19) ### Bug Fixes * add badges to the README file and bump a new release ([180e3b4](https://github.com/VenusProtocol/oracle/commit/180e3b4136571e6e56ef3bcd81ad50e87873ad6d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e90d1561..9c61d9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.3](https://github.com/VenusProtocol/oracle/compare/v1.7.2...v1.7.3) (2023-10-19) + + +### Bug Fixes + +* add badges to the README file and bump a new release ([180e3b4](https://github.com/VenusProtocol/oracle/commit/180e3b4136571e6e56ef3bcd81ad50e87873ad6d)) + ## [1.7.3-dev.1](https://github.com/VenusProtocol/oracle/compare/v1.7.2...v1.7.3-dev.1) (2023-10-09) diff --git a/package.json b/package.json index 092f8112..30aef1d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@venusprotocol/oracle", "description": "Venus Protocol Price Oracle", - "version": "1.7.3-dev.1", + "version": "1.7.3", "author": "Venus", "engines": { "node": ">=18.x.x"