diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dd8fde7..0d1bebe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.0" + ".": "1.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d75ef8..57e3cb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.6.0](https://github.com/zeriontech/zerion-ai/compare/v1.5.0...v1.6.0) (2026-07-14) + + +### Features + +* **wallet:** oauth login flow via dashboard.zerion.io ([c1a1cf4](https://github.com/zeriontech/zerion-ai/commit/c1a1cf47d7a31520cb9fedf4522c816522fbfb1f)) + + +### Bug Fixes + +* fix next tag release tests guard ([#99](https://github.com/zeriontech/zerion-ai/issues/99)) ([a55957e](https://github.com/zeriontech/zerion-ai/commit/a55957e056191eae29117286d12a5526d0e39bc2)) +* **skills:** restore moonpay partner docs emptied by skill consolidation ([#91](https://github.com/zeriontech/zerion-ai/issues/91)) ([325093a](https://github.com/zeriontech/zerion-ai/commit/325093a0b79c32219a452d3a96648c16a922dfa6)) + ## [1.5.0](https://github.com/zeriontech/zerion-ai/compare/v1.4.0...v1.5.0) (2026-06-03) diff --git a/package-lock.json b/package-lock.json index 5791031..38d2637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zerion-cli", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zerion-cli", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "dependencies": { "@open-wallet-standard/core": "^1.2.4", diff --git a/package.json b/package.json index 75cfef8..9f7e2f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zerion-cli", - "version": "1.5.0", + "version": "1.6.0", "description": "Zerion for AI agents and developers: wallet-analysis skill bundle and a JSON-first CLI.", "author": "Zerion", "type": "module",