Skip to content

Commit 808bf9a

Browse files
chore(main): release 0.16.0 (#166)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb16ebb commit 808bf9a

3 files changed

Lines changed: 12 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.15.2"
2+
".": "0.16.0"
33
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.16.0](https://github.com/workos/cli/compare/v0.15.2...v0.16.0) (2026-06-02)
8+
9+
10+
### Features
11+
12+
* add `vault run` for secure secret injection into child processes ([#167](https://github.com/workos/cli/issues/167)) ([c7db4f5](https://github.com/workos/cli/commit/c7db4f5906b372e9fa26032a43ee6b7d21e7b412))
13+
* CLI telemetry for all commands with centralized lifecycle ([#122](https://github.com/workos/cli/issues/122)) ([25604bd](https://github.com/workos/cli/commit/25604bdb190c86274a4086cf1a08c85de14d89ff))
14+
* Forward endpoint URL to migrations package ([#165](https://github.com/workos/cli/issues/165)) ([4ef2957](https://github.com/workos/cli/commit/4ef2957b1f3cd574c8852e5025b2631f1c39bb7d))
15+
* telemetry opt-out command + first-run notice ([#169](https://github.com/workos/cli/issues/169)) ([cb16ebb](https://github.com/workos/cli/commit/cb16ebbacc607592f438b4399cd37cbeb4311926))
16+
717
## [0.15.2](https://github.com/workos/cli/compare/v0.15.1...v0.15.2) (2026-05-20)
818

919

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.15.2",
3+
"version": "0.16.0",
44
"type": "module",
55
"description": "The Official Workos CLI",
66
"repository": {

0 commit comments

Comments
 (0)