From 3dda81ee155ef61d7673e4d53cadac286022753c Mon Sep 17 00:00:00 2001 From: "descope-release-bot[bot]" <139235589+descope-release-bot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 15:21:05 +0000 Subject: [PATCH 1/2] chore: release 1.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 099626f4f..4fcfdf7a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b053739b4..c0ecf5ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.0](https://github.com/descope/python-sdk/compare/descope-1.8.0...descope-1.9.0) (2025-12-30) + + +### Features + +* add mgmt flow functions release ([#727](https://github.com/descope/python-sdk/issues/727)) ([5374ff7](https://github.com/descope/python-sdk/commit/5374ff7f3e4ecafcf03c334787656068de8cb96a)) + ## [1.8.0](https://github.com/descope/python-sdk/compare/descope-1.7.14...descope-1.8.0) (2025-12-25) diff --git a/pyproject.toml b/pyproject.toml index 01ed76096..2310fbe43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "descope" -version = "1.8.0" +version = "1.9.0" description = "Descope Python SDK" authors = ["Descope "] license = "MIT" From e7da279a7152b81dcb333d3945f22a9d9383a905 Mon Sep 17 00:00:00 2001 From: Reuven Zabirov <123939006+ruvenzx@users.noreply.github.com> Date: Tue, 30 Dec 2025 17:31:00 +0200 Subject: [PATCH 2/2] Update CHANGELOG for management flow features Updated the changelog to reflect new management flow operations. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0ecf5ebc..3a98b8661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Features -* add mgmt flow functions release ([#727](https://github.com/descope/python-sdk/issues/727)) ([5374ff7](https://github.com/descope/python-sdk/commit/5374ff7f3e4ecafcf03c334787656068de8cb96a)) +* Add management flow operations, including sync and async runs and result functions ([#727](https://github.com/descope/python-sdk/issues/726)) ([ba2a163](https://github.com/descope/python-sdk/commit/ba2a1639f06c599ae97899e30fea3bf248be2c8b)) ## [1.8.0](https://github.com/descope/python-sdk/compare/descope-1.7.14...descope-1.8.0) (2025-12-25)