diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bb18e5561..f393718c9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.1" + ".": "2.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e778027..e60e8e126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.10.0](https://github.com/descope/python-sdk/compare/descope-2.9.1...descope-2.10.0) (2026-07-18) + + +### Features + +* document external-group source on group listing responses ([#1620](https://github.com/descope/python-sdk/issues/1620)) ([03be991](https://github.com/descope/python-sdk/commit/03be991aad24fa4f0ce340df22390dc43e1d7262)) +* document lastSuccessTestTime on SSO settings load response ([#1618](https://github.com/descope/python-sdk/issues/1618)) ([813c7db](https://github.com/descope/python-sdk/commit/813c7db489d7aeaa98f496722ddda6e330ffbd87)) +* **mgmt:** add outbound SCIM configuration management wrapper ([#1615](https://github.com/descope/python-sdk/issues/1615)) ([173213b](https://github.com/descope/python-sdk/commit/173213b0fbad100217269043e176588142fda4eb)) +* **tests:** add e2e test suite ([#1609](https://github.com/descope/python-sdk/issues/1609)) ([e083fd6](https://github.com/descope/python-sdk/commit/e083fd6e8b853e443fbd879ccd39e427ed853d1f)) + + +### Bug Fixes + +* **mgmt:** support template_id and template_options in invite_batch ([#1610](https://github.com/descope/python-sdk/issues/1610)) ([cac4a48](https://github.com/descope/python-sdk/commit/cac4a48bba952706fc2111262b968f9bbe9ae88f)) + ## [2.9.1](https://github.com/descope/python-sdk/compare/descope-2.9.0...descope-2.9.1) (2026-07-03) diff --git a/pyproject.toml b/pyproject.toml index cd3b8a496..4a1792613 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "descope" -version = "2.9.1" +version = "2.10.0" description = "Descope Python SDK" authors = [{ name = "Descope", email = "info@descope.com" }] requires-python = ">=3.9,<4.0" diff --git a/uv.lock b/uv.lock index 853efdb42..184ebd175 100644 --- a/uv.lock +++ b/uv.lock @@ -627,7 +627,7 @@ wheels = [ [[package]] name = "descope" -version = "2.9.1" +version = "2.10.0" source = { editable = "." } dependencies = [ { name = "certifi" },