Skip to content

Commit 95d17f1

Browse files
chore(main): release 0.9.0 (#85)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b86c39b commit 95d17f1

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.8.2"
2+
".": "0.9.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.9.0](https://github.com/workos/cli/compare/v0.8.2...v0.9.0) (2026-03-05)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* `workos login` and `workos logout` are now `workos auth login` and `workos auth logout`.
13+
14+
### Features
15+
16+
* 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))
17+
718
## [0.8.2](https://github.com/workos/cli/compare/v0.8.1...v0.8.2) (2026-03-05)
819

920

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "workos",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)