diff --git a/CHANGELOG.md b/CHANGELOG.md index 42db34f1..20f9d898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The format extends [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Version header format: `[version] Name - year-month-day (entropy-core compatibility: version [range])` -## [UNRELEASED] +## [0.0.2] AntMan - 2024-07-12 (entropy-core compatibility: 0.2.0) ### Added - new: './src/flows/balance/balance.ts' - service file separated out of main flow containing the pure functions to perform balance requests for one or multiple addresses diff --git a/package.json b/package.json index 6d480658..37e6dd40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@entropyxyz/cli", - "version": "0.0.1", + "version": "0.0.2", "description": "cli and tui for interacting with the entropy protocol", "type": "module", "scripts": {