From 84dc07504467b255695f11cb17f71a4f1e649843 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:15:28 +0000 Subject: [PATCH] chore(main): release 0.12.2 --- .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 38acea6..18eef3d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.1" + ".": "0.12.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3091bca..a7e66dd 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.12.2](https://github.com/workos/cli/compare/v0.12.1...v0.12.2) (2026-04-23) + + +### Bug Fixes + +* detect service unavailability and fail fast with clear error ([#118](https://github.com/workos/cli/issues/118)) ([524c709](https://github.com/workos/cli/commit/524c709ee864149190f79947a241f3f2c5e6367d)) +* unbreak non-JS integration install flow (Django, .NET, Kotlin + others) ([#125](https://github.com/workos/cli/issues/125)) ([bd9e068](https://github.com/workos/cli/commit/bd9e068642afad706376ff316fdc9c050d757977)) + ## [0.12.1](https://github.com/workos/cli/compare/v0.12.0...v0.12.1) (2026-04-01) diff --git a/package.json b/package.json index a47bdf3..b60dbde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.12.1", + "version": "0.12.2", "type": "module", "description": "The Official Workos CLI", "repository": {