Skip to content

Commit 7eecdd4

Browse files
author
Brett Chaldecott
committed
chore: release version 2.2.0
- Bump version to 2.2.0 in package files - Update CHANGELOG.md for v2.2.0 release - Prepare release with all accumulated features and improvements This minor version bump includes significant new features like enhanced null framework support, session management improvements, and various security enhancements developed in the recent feature branches.
1 parent 3175449 commit 7eecdd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to the Kinde Python SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.1.2] - 2025-10
8+
## [2.2.0] - 2025-10
99

1010
### Fixed
1111
- **Security Improvements**: Fixed XSS vulnerabilities by properly escaping JSON user data and HTML error messages

kinde_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from kinde_sdk.core.framework.null_framework import NullFramework
2626
from kinde_sdk.core.session_management import KindeSessionManagement
2727

28-
__version__ = "2.1.2"
28+
__version__ = "2.2.0"
2929

3030
__all__ = [
3131
"OAuth",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kinde-python-sdk"
3-
version = "2.1.2"
3+
version = "2.2.0"
44
authors = [
55
{ name = "Kinde Engineering", email = "[email protected]" },
66
]

0 commit comments

Comments
 (0)