From 57e5d080c7144ba35ed384c965fa47dcc363ec67 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:24:58 +0000 Subject: [PATCH 1/2] chore(main): release 6.1.0 --- .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 10989489..8ace9152 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.8" + ".": "6.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f9b83b..7fa1096d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.0](https://github.com/workos/workos-python/compare/v6.0.8...v6.1.0) (2026-04-28) + + +### Features + +* **generated:** Add Groups API and Waitlist User events support ([#640](https://github.com/workos/workos-python/issues/640)) ([a10d02b](https://github.com/workos/workos-python/commit/a10d02b1bc88c20cab2b83c006aceae968b86bca)) + + +### Bug Fixes + +* Install ruff globally in setup script for code generation ([b12b1d3](https://github.com/workos/workos-python/commit/b12b1d3351bb209c6770c27d28677288c4458d38)) + ## [6.0.8](https://github.com/workos/workos-python/compare/v6.0.7...v6.0.8) (2026-04-24) diff --git a/pyproject.toml b/pyproject.toml index 72d49e7d..1fa8850a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "6.0.8" +version = "6.1.0" description = "WorkOS Python Client" readme = "README.md" license = "MIT" From 7d7775c13e4e5f9050da8d3b6d44e0b743a096a3 Mon Sep 17 00:00:00 2001 From: "workos-bot[bot]" Date: Tue, 28 Apr 2026 16:25:04 +0000 Subject: [PATCH 2/2] chore: update uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 4c40c01c..8e666e58 100644 --- a/uv.lock +++ b/uv.lock @@ -705,7 +705,7 @@ wheels = [ [[package]] name = "workos" -version = "6.0.8" +version = "6.1.0" source = { editable = "." } dependencies = [ { name = "cryptography" },