Skip to content

Commit

Permalink
chore(release): 2.1.0-dev.7 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0-dev.7](v2.1.0-dev.6...v2.1.0-dev.7) (2023-10-18)

### Bug Fixes

* added support for core pool assets in risk fund ([e161438](e161438))
* fixed build ([82166e5](82166e5))
* fixed integration tests ([31a4c44](31a4c44))
* fixed tests ([635e206](635e206))
* redeployed risk fund implementation ([35d7139](35d7139))
* removed only ([133ccd1](133ccd1))
* resolved conflict ([b712134](b712134))
* use PoolRegistry interface ([761b0e1](761b0e1))
  • Loading branch information
toolsvenus committed Oct 18, 2023
1 parent d16ea5b commit f608b06
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.1.0-dev.7](https://github.com/VenusProtocol/isolated-pools/compare/v2.1.0-dev.6...v2.1.0-dev.7) (2023-10-18)


### Bug Fixes

* added support for core pool assets in risk fund ([e161438](https://github.com/VenusProtocol/isolated-pools/commit/e1614383fe6a24b098c98ff509ce2f7e84e4e2bc))
* fixed build ([82166e5](https://github.com/VenusProtocol/isolated-pools/commit/82166e505b87c90d602a1eaff78253fe55376aaa))
* fixed integration tests ([31a4c44](https://github.com/VenusProtocol/isolated-pools/commit/31a4c449a1386f8bb222a3263cc0b39aeec4b85a))
* fixed tests ([635e206](https://github.com/VenusProtocol/isolated-pools/commit/635e2062bb972e5fa1949b2879d657d715b412d5))
* redeployed risk fund implementation ([35d7139](https://github.com/VenusProtocol/isolated-pools/commit/35d7139b1de2c29815f5d4c691cb316b3a1a7c0c))
* removed only ([133ccd1](https://github.com/VenusProtocol/isolated-pools/commit/133ccd1dca4c020e6a8c773408ca278aac7e3536))
* resolved conflict ([b712134](https://github.com/VenusProtocol/isolated-pools/commit/b7121344c344a11c2a06eb4a17e53e73d847a7d1))
* use PoolRegistry interface ([761b0e1](https://github.com/VenusProtocol/isolated-pools/commit/761b0e1386ea27db1a410c29be7ad2bc3e5109aa))

## [2.1.0-dev.6](https://github.com/VenusProtocol/isolated-pools/compare/v2.1.0-dev.5...v2.1.0-dev.6) (2023-10-10)

## [2.1.0-dev.5](https://github.com/VenusProtocol/isolated-pools/compare/v2.1.0-dev.4...v2.1.0-dev.5) (2023-10-10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@venusprotocol/isolated-pools",
"version": "2.1.0-dev.6",
"version": "2.1.0-dev.7",
"description": "",
"files": [
"artifacts",
Expand Down

0 comments on commit f608b06

Please sign in to comment.