diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3eb01a2..2068e62fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.0.3](https://www.github.com/aave/aave-v3-core/compare/v1.0.2...v1.0.3) (2021-09-17) + + +### Miscellaneous Chores + +* release 1.0.3 ([003569a](https://www.github.com/aave/aave-v3-core/commit/003569a1c336f9396715c306be78f1973348ca5c)) + ### [1.0.2](https://www.github.com/aave/aave-v3-core/compare/v1.0.1...v1.0.2) (2021-09-15) diff --git a/package-lock.json b/package-lock.json index 59dedc57a..e959f13f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@aave/core-v3", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5e17b15fb..3fc7deb98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/core-v3", - "version": "1.0.2", + "version": "1.0.3", "description": "Aave Protocol V3 core smart contracts", "files": [ "contracts",