diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b51ca0..b05f59a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.0" + ".": "0.17.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 836f9c3..8132bae 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.17.1](https://github.com/workos/cli/compare/v0.17.0...v0.17.1) (2026-06-08) + + +### Bug Fixes + +* gate install success on doctor's auth-pattern security checks ([#175](https://github.com/workos/cli/issues/175)) ([5a50c77](https://github.com/workos/cli/commit/5a50c77d8568333530e6aeca44fa271f3af1f239)) + ## [0.17.0](https://github.com/workos/cli/compare/v0.16.0...v0.17.0) (2026-06-08) diff --git a/package.json b/package.json index fcab1b9..c4afab9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.17.0", + "version": "0.17.1", "type": "module", "description": "The Official Workos CLI", "repository": {