From d41148fbea045dfbec1edcbd6b9bf1703d822142 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 01:29:27 +0000 Subject: [PATCH] chore(main): release 0.21.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3535156..727a5db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0" + ".": "0.21.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73527e18..5f684ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.21.1](https://github.com/workos/cli/compare/v0.21.0...v0.21.1) (2026-08-19) + + +### Bug Fixes + +* **auth:** stop repeated macOS keychain password prompts ([#225](https://github.com/workos/cli/issues/225)) ([d8f1fbc](https://github.com/workos/cli/commit/d8f1fbc80a1e1cc50e026dc224529e282eee5cf8)) +* **deps:** update minor and patch updates ([#223](https://github.com/workos/cli/issues/223)) ([fcb26ce](https://github.com/workos/cli/commit/fcb26ce7d68e2e4b52537082ab86f5c3e72a3407)) + ## [0.21.0](https://github.com/workos/cli/compare/v0.20.2...v0.21.0) (2026-08-07) diff --git a/package.json b/package.json index b428dcb5..cd0a4651 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.21.0", + "version": "0.21.1", "type": "module", "description": "The Official Workos CLI", "repository": {