From 13798689f7dea8aa8570d6fc836ee54ea90415dc Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:38:17 +0000 Subject: [PATCH] chore(main): release 10.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83908824..932a7825 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a66dc0..b7370714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.0.1](https://github.com/workos/workos-python/compare/v10.0.0...v10.0.1) (2026-07-27) + + +### Bug Fixes + +* **user_management:** honor client_id in PKCE authorization URL ([#701](https://github.com/workos/workos-python/issues/701)) ([93c4fa4](https://github.com/workos/workos-python/commit/93c4fa4f732a6be29a68aa16a02ddd1cc3bf74ea)) + + +### Documentation + +* add agent context for oagen-generated code ([d94f9f8](https://github.com/workos/workos-python/commit/d94f9f87cecbaa4cfe2da6c55ff569d40d5c19e4)) + ## [10.0.0](https://github.com/workos/workos-python/compare/v9.1.0...v10.0.0) (2026-07-22) ### Features diff --git a/pyproject.toml b/pyproject.toml index 78b4378a..175a2063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "10.0.0" +version = "10.0.1" description = "WorkOS Python Client" readme = "README.md" license = "MIT"