diff --git a/packages/contract-helpers/CHANGELOG.md b/packages/contract-helpers/CHANGELOG.md index 85afa31b..0594f06d 100644 --- a/packages/contract-helpers/CHANGELOG.md +++ b/packages/contract-helpers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2022-03-28) + + +### Features + +* added paraswap repay to v2 ([#317](https://github.com/@aave/aave-utilities/issues/317)) ([eba5e4e](https://github.com/@aave/aave-utilities/commit/eba5e4e3fe3ea91fecef5c17c15c3843c64a3896)) + + + + + ## 1.0.4 (2022-03-15) **Note:** Version bump only for package @aave/contract-helpers diff --git a/packages/contract-helpers/package.json b/packages/contract-helpers/package.json index 94267a3a..fb064619 100644 --- a/packages/contract-helpers/package.json +++ b/packages/contract-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@aave/contract-helpers", - "version": "1.0.4", + "version": "1.1.0", "license": "MIT", "description": "", "scripts": { diff --git a/packages/math-utils/CHANGELOG.md b/packages/math-utils/CHANGELOG.md index 106ae135..ded3dda2 100644 --- a/packages/math-utils/CHANGELOG.md +++ b/packages/math-utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.1.0 (2022-03-28) + + +### Features + +* added paraswap repay to v2 ([#317](https://github.com/@aave/aave-utilities/issues/317)) ([eba5e4e](https://github.com/@aave/aave-utilities/commit/eba5e4e3fe3ea91fecef5c17c15c3843c64a3896)) + + + + + ## 1.0.4 (2022-03-15) **Note:** Version bump only for package @aave/math-utils diff --git a/packages/math-utils/package.json b/packages/math-utils/package.json index 68b5392b..13c4de99 100644 --- a/packages/math-utils/package.json +++ b/packages/math-utils/package.json @@ -1,6 +1,6 @@ { "name": "@aave/math-utils", - "version": "1.0.4", + "version": "1.1.0", "license": "MIT", "description": "", "scripts": {