Skip to content

Commit 110cf9d

Browse files
chore(master): release 1.19.0 (#860)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 364a779 commit 110cf9d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [1.19.0](https://github.com/aave/aave-v3-core/compare/v1.18.0...v1.19.0) (2023-07-04)
4+
5+
6+
### Features
7+
8+
* add OpenZeppelin SafeERC20 and Address dependencies ([#859](https://github.com/aave/aave-v3-core/issues/859)) ([493bb4d](https://github.com/aave/aave-v3-core/commit/493bb4dfd3e0a69f7c3fbf468bc8ef310da9960b))
9+
10+
11+
### Bug Fixes
12+
13+
* add natspec docs to flags of reserve configuration map ([#854](https://github.com/aave/aave-v3-core/issues/854)) ([792c23e](https://github.com/aave/aave-v3-core/commit/792c23eed73d3791fde31f6d26c69bc62f3533bf))
14+
* remove initial config of fee params in pool initialize function ([#846](https://github.com/aave/aave-v3-core/issues/846)) ([3bb960b](https://github.com/aave/aave-v3-core/commit/3bb960b92bcb3d58d8bdcd2d2f924340ba812164))
15+
* Soften solidity version of FlashLoanBase contracts ([#861](https://github.com/aave/aave-v3-core/issues/861)) ([364a779](https://github.com/aave/aave-v3-core/commit/364a779efd9a7e42ec1882156d95a62f22ea3fc4))
16+
317
## [1.18.0](https://github.com/aave/aave-v3-core/compare/v1.17.2...v1.18.0) (2023-06-26)
418

519

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.18.0",
3+
"version": "1.19.0",
44
"description": "Aave Protocol V3 core smart contracts",
55
"files": [
66
"contracts",

0 commit comments

Comments
 (0)