diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6115b..160b0db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). Versioning foll ## [Unreleased] +## [0.11.0] - 2026-08-12 + ### Changed - Default API base is now `https://app.voicethere.io/api/v1` (production). Staging/custom hosts via `VOICETHERE_API_BASE` or `login --api-base`. diff --git a/package-lock.json b/package-lock.json index 3559e20..92eb46b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@voicethere/cli", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@voicethere/cli", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "dependencies": { "commander": "^13.1.0" diff --git a/package.json b/package.json index 3130b08..d3977e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voicethere/cli", - "version": "0.10.0", + "version": "0.11.0", "description": "VoiceThere cloud CLI — login, projects, and agent bundle upload", "type": "module", "bin": {