diff --git a/.version b/.version index acf69b48..7cbea073 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.1.0 \ No newline at end of file +5.2.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3214334c..8dbe4a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [5.2.0](https://github.com/auth0/auth0-python/tree/5.2.0) (2026-03-30) +[Full Changelog](https://github.com/auth0/auth0-python/compare/5.1.0...5.2.0) + +**⚠️ Breaking: Python 3.8 support dropped** +- Python 3.8 reached end-of-life in October 2024. This release requires **Python >=3.9.2**. Users on Python 3.8 should remain on v5.1.0 until they upgrade their Python version. [\#808](https://github.com/auth0/auth0-python/pull/808) ([kishore7snehil](https://github.com/kishore7snehil)) + +**Added** +- feat: Add default domain endpoints, connection key provisioning, tenant SCIM listing; remove MiiCard/Renren providers [\#801](https://github.com/auth0/auth0-python/pull/801) ([fern-api[bot]](https://github.com/apps/fern-api)) +- feat: Add client_info support for custom telemetry in Authentication and Management clients [\#802](https://github.com/auth0/auth0-python/pull/802) ([kishore7snehil](https://github.com/kishore7snehil)) +- feat: Add SDK logging infrastructure with configurable log levels and header redaction [\#785](https://github.com/auth0/auth0-python/pull/785) ([fern-api[bot]](https://github.com/apps/fern-api)) + +**Fixed** +- fix: Pagination page advancement incorrectly skipping pages [\#785](https://github.com/auth0/auth0-python/pull/785) ([fern-api[bot]](https://github.com/apps/fern-api)) + +**Changed** +- chore: Update ruff, aiohttp, cryptography, urllib3, codecov-action; replace Snyk with SCA scan [\#808](https://github.com/auth0/auth0-python/pull/808) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [5.1.0](https://github.com/auth0/auth0-python/tree/5.1.0) (2026-02-11) [Full Changelog](https://github.com/auth0/auth0-python/compare/5.0.0...5.1.0) diff --git a/pyproject.toml b/pyproject.toml index eaf60569..6c663ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "auth0-python" [tool.poetry] name = "auth0-python" -version = "5.1.0" +version = "5.2.0" description = "Auth0 Python SDK - Management and Authentication APIs" readme = "README.md" authors = ["Auth0 "]