diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 969d3dbf7..a5d1cf288 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e70aaf236..fe498809f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/descope/python-sdk/compare/descope-2.1.0...descope-2.2.0) (2026-05-13) + + +### Features + +* add email and sso_id parameters to generate_sso_configuration_link ([#1534](https://github.com/descope/python-sdk/issues/1534)) ([b56a35d](https://github.com/descope/python-sdk/commit/b56a35d92e09f771c9aec74d02c43ce21e63942e)) + ## [2.1.0](https://github.com/descope/python-sdk/compare/descope-2.0.0...descope-2.1.0) (2026-05-13) diff --git a/pyproject.toml b/pyproject.toml index 3470cc0fb..7c8bab544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "descope" -version = "2.1.0" +version = "2.2.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 6c78a803c..a108d8898 100644 --- a/uv.lock +++ b/uv.lock @@ -634,7 +634,7 @@ wheels = [ [[package]] name = "descope" -version = "2.1.0" +version = "2.2.0" source = { editable = "." } dependencies = [ { name = "certifi" },