diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e7985..b4838e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.6.7] - 2026-05-28 + ### Added - Added `lucas investments` commands for instrument discovery, portfolio @@ -26,6 +28,12 @@ All notable changes to this project will be documented in this file. edits. - `subscriptions create` and `subscriptions update` now support `--group-id`. +### Fixed + +- Existing credentials that still reference the legacy production API now + resolve to `https://api.lucasapp.app`, and `LUCAS_API_URL` can override stored + credential URLs for local testing. + ## [0.6.6] - 2026-05-20 ### Removed diff --git a/package.json b/package.json index 108f998..77440b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lucasapp-cli", - "version": "0.6.6", + "version": "0.6.7", "description": "LucasApp CLI - Financial data management for AI agents", "author": "StevenACZ", "license": "MIT", diff --git a/src/lib/version.ts b/src/lib/version.ts index 0f43d2d..c6e3d0e 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -1 +1 @@ -export const CLI_VERSION = "0.6.6"; +export const CLI_VERSION = "0.6.7";