diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f9a77..f7f8fe9 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.16.2](https://github.com/bgd-labs/aave-cli/compare/v0.16.1...v0.16.2) (2024-07-24) + + +### Bug Fixes + +* properly render virtual balance fields ([#148](https://github.com/bgd-labs/aave-cli/issues/148)) ([9676548](https://github.com/bgd-labs/aave-cli/commit/967654840d59d5953dd6406fcbe670522979f5ed)) + ## [0.16.1](https://github.com/bgd-labs/aave-cli/compare/v0.16.0...v0.16.1) (2024-07-24) diff --git a/package.json b/package.json index a61eb0b..d932888 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.16.1", + "version": "0.16.2", "description": "A cli to perform various aave governance related tasks", "private": false, "sideEffects": false,