Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release back #110

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [2.4.0](https://github.com/VenusProtocol/protocol-reserve/compare/v2.3.0...v2.4.0) (2024-10-10)


### Features

* deployment files for PSR on opsepolia ([36e9c49](https://github.com/VenusProtocol/protocol-reserve/commit/36e9c4953fc9f4bdc0ac18006f0601137dcc2935))
* deployment files for the PSR on opmainnet ([8013b49](https://github.com/VenusProtocol/protocol-reserve/commit/8013b49e4359f0dacd97190c5b548a3f749c8f7c))
* updating deployment files ([c24c1ff](https://github.com/VenusProtocol/protocol-reserve/commit/c24c1ffe475458a5f73cd3e8a98d1e3addf1a853))
* updating deployment files ([861960c](https://github.com/VenusProtocol/protocol-reserve/commit/861960c14831e1fd758269056eda002c15e2cfc4))
* updating deployment files ([f9eee85](https://github.com/VenusProtocol/protocol-reserve/commit/f9eee859f423ffaaa7f149b10e14024e08c47702))
* updating deployment files ([2f5f982](https://github.com/VenusProtocol/protocol-reserve/commit/2f5f9828f72c9dbf8e28e653977b5cbf11ff7591))
* use @venusprotocol/governance-contracts that includes the Optimism deployment ([c5ee9fe](https://github.com/VenusProtocol/protocol-reserve/commit/c5ee9fe5d87bf002f02c5ab284ec7e95708a528e))

## [2.4.0-dev.3](https://github.com/VenusProtocol/protocol-reserve/compare/v2.4.0-dev.2...v2.4.0-dev.3) (2024-10-10)


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/protocol-reserve",
"description": "Venus Protocol contracts to manage the income generated by the protocol",
"version": "2.4.0-dev.3",
"version": "2.4.0",
"author": "Venus",
"engines": {
"node": ">=18.0.0"
Expand Down