Skip to content

Commit 1a78643

Browse files
chore(main): release 0.18.0
1 parent 2e0e3ca commit 1a78643

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.17.1"
2+
".": "0.18.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.18.0](https://github.com/workos/cli/compare/v0.17.1...v0.18.0) (2026-06-22)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* WORKOS_LLM_GATEWAY_URL and WORKOS_TELEMETRY_URL are removed (derived from WORKOS_API_URL); WORKOS_NO_PROMPT is removed (use WORKOS_MODE=agent); INSTALLER_DEV is renamed to WORKOS_DEV and INSTALLER_DISABLE_PROXY to WORKOS_DISABLE_PROXY.
13+
14+
### Features
15+
16+
* consolidate and rename CLI environment variables ([#180](https://github.com/workos/cli/issues/180)) ([2e0e3ca](https://github.com/workos/cli/commit/2e0e3ca70a7842b4744f6618679e192a62d6f801))
17+
718
## [0.17.1](https://github.com/workos/cli/compare/v0.17.0...v0.17.1) (2026-06-08)
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.17.1",
3+
"version": "0.18.0",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)