diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b5a16e4..148286d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.2" + ".": "6.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13590d3b..30f71f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.3](https://github.com/workos/workos-python/compare/v6.0.2...v6.0.3) (2026-04-15) + + +### Bug Fixes + +* forward Radar context from authenticate_with_code_pkce ([#620](https://github.com/workos/workos-python/issues/620)) ([32aea77](https://github.com/workos/workos-python/commit/32aea77883b80da00829e9c200586eaeb371daf3)) + ## [6.0.2](https://github.com/workos/workos-python/compare/v6.0.1...v6.0.2) (2026-04-14) diff --git a/pyproject.toml b/pyproject.toml index b1a56415..073cb7e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "6.0.2" +version = "6.0.3" description = "WorkOS Python Client" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index c2760099..3bd65d3d 100644 --- a/uv.lock +++ b/uv.lock @@ -705,7 +705,7 @@ wheels = [ [[package]] name = "workos" -version = "6.0.2" +version = "6.0.3" source = { editable = "." } dependencies = [ { name = "cryptography" },