diff --git a/CHANGELOG.md b/CHANGELOG.md index 85186605..4808cc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/aave/aave-v3-periphery/compare/v2.4.1...v2.5.0) (2023-08-22) + + +### Features + +* Add withdraw and swap paraswap adapter ([#180](https://github.com/aave/aave-v3-periphery/issues/180)) ([b7ead26](https://github.com/aave/aave-v3-periphery/commit/b7ead26505ad699a5da31aa1abd20b47b5f27d6a)) + ## [2.4.1](https://github.com/aave/aave-v3-periphery/compare/v2.4.0...v2.4.1) (2023-07-06) diff --git a/package-lock.json b/package-lock.json index 3e00331a..bad54286 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aave/periphery-v3", - "version": "2.4.1", + "version": "2.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aave/periphery-v3", - "version": "2.4.1", + "version": "2.5.0", "license": "AGPLv3", "dependencies": { "@aave/core-v3": "1.19.0" diff --git a/package.json b/package.json index 71c5b98f..a696c7c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aave/periphery-v3", - "version": "2.4.1", + "version": "2.5.0", "description": "Aave Protocol V3 periphery smart contracts", "files": [ "contracts",