Skip to content

Commit

Permalink
chore(release): 2.8.0-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.8.0-dev.1](v2.7.0...v2.8.0-dev.1) (2024-12-27)

### Features

* add support for pendle's getPtToSyRate ([97d3797](97d3797))

### Bug Fixes

* adjust PT price for underlying decimals ([f2a439c](f2a439c))
  • Loading branch information
toolsvenus committed Dec 27, 2024
1 parent b914616 commit 44af3cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [2.8.0-dev.1](https://github.com/VenusProtocol/oracle/compare/v2.7.0...v2.8.0-dev.1) (2024-12-27)


### Features

* add support for pendle's getPtToSyRate ([97d3797](https://github.com/VenusProtocol/oracle/commit/97d37973628a56f8bbd1a8c6d0b3301602fe4aae))


### Bug Fixes

* adjust PT price for underlying decimals ([f2a439c](https://github.com/VenusProtocol/oracle/commit/f2a439cd8876b8bfc9fc769f110e9003cf65e25a))

## [2.7.0](https://github.com/VenusProtocol/oracle/compare/v2.6.0...v2.7.0) (2024-12-12)


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": "2.7.0",
"version": "2.8.0-dev.1",
"author": "Venus",
"engines": {
"node": ">=18.x.x"
Expand Down

0 comments on commit 44af3cd

Please sign in to comment.