diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca21bf..d0b8a80 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.4](https://github.com/bgd-labs/aave-cli/compare/v0.2.3...v0.2.4) (2024-01-12) + + +### Bug Fixes + +* patch issues created by viem alignment ([#87](https://github.com/bgd-labs/aave-cli/issues/87)) ([6e2ee02](https://github.com/bgd-labs/aave-cli/commit/6e2ee027b6fe641b25c61a6e2d10a4a2e2c04802)) + ## [0.2.3](https://github.com/bgd-labs/aave-cli/compare/v0.2.2...v0.2.3) (2024-01-12) diff --git a/package.json b/package.json index a14aa91..70e0564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.2.3", + "version": "0.2.4", "description": "A cli to perform various aave governance related tasks", "private": false, "scripts": {