diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1c614..657149d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2224f1f..e2ee64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.7.3](https://github.com/workos/cli/compare/v0.7.2...v0.7.3) (2026-02-24) + + +### Bug Fixes + +* **doctor:** warn when AuthKitProvider missing apiHostname prop ([#68](https://github.com/workos/cli/issues/68)) ([3dfb3ca](https://github.com/workos/cli/commit/3dfb3cad73193f36fc4bac244c3f73ca2a49ee65)) +* ensure .env.local is added to .gitignore during install ([#69](https://github.com/workos/cli/issues/69)) ([a21bfdc](https://github.com/workos/cli/commit/a21bfdc32b9eef9e1095c9d1a6c4ac47a7f7f2a5)) +* redact sensitive info in logs and fix strict type violations ([#70](https://github.com/workos/cli/issues/70)) ([707193b](https://github.com/workos/cli/commit/707193bc079e725ebf695f400e749f1c9d5c28cd)) + ## [0.7.2](https://github.com/workos/cli/compare/v0.7.1...v0.7.2) (2026-02-19) diff --git a/package.json b/package.json index 56ea05b..5870980 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.7.2", + "version": "0.7.3", "type": "module", "description": "The Official Workos CLI", "repository": {