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..bb2c37b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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-03) + + +### 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)) + ## [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": {