diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f104c..40fc08e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.2.1](https://github.com/bgd-labs/aave-cli/compare/v0.2.0...v0.2.1) (2023-12-10) + + +### Bug Fixes + +* batch of report improvements ([#79](https://github.com/bgd-labs/aave-cli/issues/79)) ([403280d](https://github.com/bgd-labs/aave-cli/commit/403280d4411a4cbc733c80970e2d1b518aa9c377)) + ## [0.2.0](https://github.com/bgd-labs/aave-cli/compare/v0.1.1...v0.2.0) (2023-12-05) diff --git a/package.json b/package.json index b8facd8..832f5b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.2.0", + "version": "0.2.1", "description": "A cli to perform various aave governance related tasks", "private": false, "scripts": {