diff --git a/CHANGELOG.md b/CHANGELOG.md index 65f752d..9ca21bf 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.3](https://github.com/bgd-labs/aave-cli/compare/v0.2.2...v0.2.3) (2024-01-12) + + +### Bug Fixes + +* tenderly workaround ([#85](https://github.com/bgd-labs/aave-cli/issues/85)) ([c25e587](https://github.com/bgd-labs/aave-cli/commit/c25e587aa032092bf43c9d400b4e301c27637823)) + ## [0.2.2](https://github.com/bgd-labs/aave-cli/compare/v0.2.1...v0.2.2) (2024-01-12) diff --git a/package.json b/package.json index c271d5c..a14aa91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.2.2", + "version": "0.2.3", "description": "A cli to perform various aave governance related tasks", "private": false, "scripts": {