diff --git a/CHANGELOG.md b/CHANGELOG.md index 75adf52..5bd58da 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.3.2](https://github.com/bgd-labs/aave-cli/compare/v0.3.1...v0.3.2) (2024-01-24) + + +### Bug Fixes + +* bump vitest ([71e44a6](https://github.com/bgd-labs/aave-cli/commit/71e44a62970e9b0cafc1a819cbbed1c389e98b90)) + ## [0.3.1](https://github.com/bgd-labs/aave-cli/compare/v0.3.0...v0.3.1) (2024-01-19) diff --git a/package.json b/package.json index 4fb6d1a..1e1eb55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bgd-labs/aave-cli", - "version": "0.3.1", + "version": "0.3.2", "description": "A cli to perform various aave governance related tasks", "private": false, "scripts": {