Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.0](v1.8.0...v1.9.0) (2024-01-23)

### Features

* add implementation of new wstETH oracle ([ee78b61](ee78b61))
* add unit tests for wstETH oracle ([8ee95dc](8ee95dc))
* fork test for wstETH oracle ([373d192](373d192))
* update deps to the stable versions ([cc79591](cc79591))
* updating deployment files ([e9cedb9](e9cedb9))

### Bug Fixes

* CI test failing ([68e8bfe](68e8bfe))
* lint ([e1b730d](e1b730d))
* remove hardcoded gas price for sepolia ([5a83647](5a83647))
* try fix sol parsing in github ([c909088](c909088))
* typo ([25921ac](25921ac))
* wrong denominator value ([a1c037e](a1c037e))

### Reverts

* Revert "fix: comment format of constructor" ([889fb21](889fb21))
  • Loading branch information
toolsvenus committed Jan 23, 2024
1 parent ee5907b commit bd7878c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [1.9.0](https://github.com/VenusProtocol/oracle/compare/v1.8.0...v1.9.0) (2024-01-23)


### Features

* add implementation of new wstETH oracle ([ee78b61](https://github.com/VenusProtocol/oracle/commit/ee78b61504f09f3f6e732c9b54862a17f15d6b13))
* add unit tests for wstETH oracle ([8ee95dc](https://github.com/VenusProtocol/oracle/commit/8ee95dcb43a478ef29e9d58114bcd07b43747506))
* fork test for wstETH oracle ([373d192](https://github.com/VenusProtocol/oracle/commit/373d1920251ec5abe58c711cb56161361e0e83b1))
* update deps to the stable versions ([cc79591](https://github.com/VenusProtocol/oracle/commit/cc7959157cc57345099de169a3779632b072e1a1))
* updating deployment files ([e9cedb9](https://github.com/VenusProtocol/oracle/commit/e9cedb91e152ffc0ffba7bd26cc587e9c3d77c98))


### Bug Fixes

* CI test failing ([68e8bfe](https://github.com/VenusProtocol/oracle/commit/68e8bfe47dd0a74bb8172f95a6ab01a53b695714))
* lint ([e1b730d](https://github.com/VenusProtocol/oracle/commit/e1b730d67997cfe186e209e601c6236ee0ece846))
* remove hardcoded gas price for sepolia ([5a83647](https://github.com/VenusProtocol/oracle/commit/5a836478266b5799fe3e2335f25f864c94c3a3f9))
* try fix sol parsing in github ([c909088](https://github.com/VenusProtocol/oracle/commit/c909088eedb7816b82282fa46ca4a55526b254e0))
* typo ([25921ac](https://github.com/VenusProtocol/oracle/commit/25921ac407151d1ed658540eb35385eec609d3b1))
* wrong denominator value ([a1c037e](https://github.com/VenusProtocol/oracle/commit/a1c037e1fad829b291c09eb3a635fbe6cce74491))


### Reverts

* Revert "fix: comment format of constructor" ([889fb21](https://github.com/VenusProtocol/oracle/commit/889fb21c20b539678cdd83d0077fe5928feb6522))

## [1.9.0-dev.3](https://github.com/VenusProtocol/oracle/compare/v1.9.0-dev.2...v1.9.0-dev.3) (2024-01-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@venusprotocol/oracle",
"description": "Venus Protocol Price Oracle",
"version": "1.9.0-dev.3",
"version": "1.9.0",
"author": "Venus",
"engines": {
"node": ">=18.x.x"
Expand Down

0 comments on commit bd7878c

Please sign in to comment.