diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e432879..c128dfab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.20.2" + ".": "0.20.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3010ba64..e6eec13d 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.20.3](https://github.com/workos/cli/compare/v0.20.2...v0.20.3) (2026-08-03) + + +### Bug Fixes + +* **mcp:** distinguish MCP configuration from OAuth authentication ([#214](https://github.com/workos/cli/issues/214)) ([d6ce322](https://github.com/workos/cli/commit/d6ce322bfc5789549b03058c3ef77520ba24e43a)) + ## [0.20.2](https://github.com/workos/cli/compare/v0.20.1...v0.20.2) (2026-07-27) diff --git a/package.json b/package.json index 3b91a1b0..509c4527 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "workos", - "version": "0.20.2", + "version": "0.20.3", "type": "module", "description": "The Official Workos CLI", "repository": {