diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed3202214..d18e94437 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.1" + ".": "2.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ffefd6c..2449b5b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.13.0](https://github.com/descope/python-sdk/compare/descope-2.12.1...descope-2.13.0) (2026-08-24) + + +### Features + +* **sso:** add configure_auth_type to enable or disable an SSO configuration ([#1675](https://github.com/descope/python-sdk/issues/1675)) ([6aa30b7](https://github.com/descope/python-sdk/commit/6aa30b7a876521018ae74fa1133ebcbac154c17f)) +* **xaa:** add cross-app access (ID-JAG) mapping types ([#1664](https://github.com/descope/python-sdk/issues/1664)) ([5fb78ec](https://github.com/descope/python-sdk/commit/5fb78ecf6a715a2b2ab1246002c7fb6368478306)) + ## [2.12.1](https://github.com/descope/python-sdk/compare/descope-2.12.0...descope-2.12.1) (2026-08-20) diff --git a/pyproject.toml b/pyproject.toml index f7abe3bdf..aa57d068c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "descope" -version = "2.12.1" +version = "2.13.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 ed76b33c7..69b821cec 100644 --- a/uv.lock +++ b/uv.lock @@ -627,7 +627,7 @@ wheels = [ [[package]] name = "descope" -version = "2.12.1" +version = "2.13.0" source = { editable = "." } dependencies = [ { name = "certifi" },