From 3211511641b57e403b4c98e8d9d3ea4a75fb9df4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 00:06:04 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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..abcd718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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-03-04) + + +### Features + +* CLI management commands for all WorkOS resources ([#76](https://github.com/workos/cli/issues/76)) ([7c05f87](https://github.com/workos/cli/commit/7c05f87953084f91bb88a92cdf35092c15de0d60)) +* non-TTY mode for agent-friendly CLI ([#75](https://github.com/workos/cli/issues/75)) ([df09d1e](https://github.com/workos/cli/commit/df09d1ec2151a11d0af289f6dbe1e59f766b0a6e)) +* 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 426ce94..eb0124e 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": {