Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CLI_VERSION = "0.6.6";
export const CLI_VERSION = "0.6.7";