Skip to content

Commit 4210352

Browse files
chore(master): release 1.18.0 (#828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65c9b32 commit 4210352

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.18.0](https://github.com/aave/aave-v3-core/compare/v1.17.2...v1.18.0) (2023-06-26)
4+
5+
6+
### Features
7+
8+
* Add zero IR strategy ([#818](https://github.com/aave/aave-v3-core/issues/818)) ([ade6cf8](https://github.com/aave/aave-v3-core/commit/ade6cf86f296ee68e82077ca18a3218096516862))
9+
10+
11+
### Bug Fixes
12+
13+
* communicate correct premium in case of debt-bearing flashloan ([#822](https://github.com/aave/aave-v3-core/issues/822)) ([7b2a284](https://github.com/aave/aave-v3-core/commit/7b2a2840e1bc7e1201fd4ed37cbbd8da967dda11))
14+
* Fix collateral behavior of zero-ltv assets ([#820](https://github.com/aave/aave-v3-core/issues/820)) ([ea48670](https://github.com/aave/aave-v3-core/commit/ea4867086d39f094303916e72e180f99d8149fd5))
15+
* Fix event checks in test cases ([#824](https://github.com/aave/aave-v3-core/issues/824)) ([29ff9b9](https://github.com/aave/aave-v3-core/commit/29ff9b9f89af7cd8255231bc5faf26c3ce0fb7ce))
16+
* linting ([#837](https://github.com/aave/aave-v3-core/issues/837)) ([97cb6ea](https://github.com/aave/aave-v3-core/commit/97cb6ead76ed69dbeae144a47f4dbef807f06082))
17+
* Return final withdraw amount in L2Pool withdraw fn ([#831](https://github.com/aave/aave-v3-core/issues/831)) ([37b4d1f](https://github.com/aave/aave-v3-core/commit/37b4d1f0e770ccb9ebdf50037c81582f3c79c5ee))
18+
319
## [1.17.2](https://github.com/aave/aave-v3-core/compare/v1.17.1...v1.17.2) (2023-01-31)
420

521

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aave/core-v3",
3-
"version": "1.17.2",
3+
"version": "1.18.0",
44
"description": "Aave Protocol V3 core smart contracts",
55
"files": [
66
"contracts",

0 commit comments

Comments
 (0)