From 2378c12ee4016f72ef3e80616487b13c0e06a702 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:11:08 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e1c40e..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf1c02..fe20522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.9.0](https://github.com/workos/cli/compare/v0.8.2...v0.9.0) (2026-03-05) + + +### ⚠ BREAKING CHANGES + +* `workos login` and `workos logout` are now `workos auth login` and `workos auth logout`. + +### Features + +* move login/logout to auth subcommand, add auth status ([#84](https://github.com/workos/cli/issues/84)) ([b86c39b](https://github.com/workos/cli/commit/b86c39bfe6724b9a8e56a710426074127eedd6de)) + ## [0.8.2](https://github.com/workos/cli/compare/v0.8.1...v0.8.2) (2026-03-05) diff --git a/package.json b/package.json index c1acf6f..4ae286c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.8.2", + "version": "0.9.0", "type": "module", "description": "The Official Workos CLI", "repository": {