diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2d830..3a4be1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.2.4 - 2026-02-27 + ### Added - Built-in mapped write metadata for GBM auction commands (`auction bid`, `auction buy-now`, `auction cancel`, `auction create`, `auction swap-bid`): diff --git a/package-lock.json b/package-lock.json index aaed658..04cebed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aavegotchi-cli", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aavegotchi-cli", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "dependencies": { "better-sqlite3": "^11.8.1", diff --git a/package.json b/package.json index 1744958..ac9556e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aavegotchi-cli", - "version": "0.2.3", + "version": "0.2.4", "description": "Agent-first CLI for automating Aavegotchi app and onchain workflows", "license": "MIT", "repository": {