diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 657149d..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.3" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ee64c..ac4843c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.0](https://github.com/workos/cli/compare/v0.7.3...v0.8.0) (2026-02-27) + + +### Features + +* upgrade @anthropic-ai/claude-agent-sdk from 0.2.19 to 0.2.62 ([44fc4c2](https://github.com/workos/cli/commit/44fc4c2fbcc68c5ef8a6a18f6ce22987e8b54d4a)) + ## [0.7.3](https://github.com/workos/cli/compare/v0.7.2...v0.7.3) (2026-02-24) diff --git a/package.json b/package.json index 3286362..cbd3dc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.7.3", + "version": "0.8.0", "type": "module", "description": "The Official Workos CLI", "repository": {