diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8032c17..38acea6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.12.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d15a7ee..3091bca 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.1](https://github.com/workos/cli/compare/v0.12.0...v0.12.1) (2026-04-01) + + +### Bug Fixes + +* skip device auth when unclaimed environment is active ([#115](https://github.com/workos/cli/issues/115)) ([3c95642](https://github.com/workos/cli/commit/3c956429b6d1913195bac31534cfdd7736f25779)) + ## [0.12.0](https://github.com/workos/cli/compare/v0.11.2...v0.12.0) (2026-03-31) diff --git a/package.json b/package.json index ea1d5b6..a47bdf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.12.0", + "version": "0.12.1", "type": "module", "description": "The Official Workos CLI", "repository": {