From 64aff0c26c4ff59b8d0c5923b7a1741b99a760b8 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Wed, 17 Sep 2025 20:13:49 +0100 Subject: [PATCH] Release 4.13.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.version b/.version index bcd250ed..01b73abe 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.12.0 \ No newline at end of file +4.13.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b8007e..2cd01db7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.13.0](https://github.com/auth0/auth0-python/tree/4.13.0) (2025-09-17) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.12.0...4.13.0) + +**Added** +- fix(backchannel): expose headers on `slow_down` errors (HTTP 429s) [\#744](https://github.com/auth0/auth0-python/pull/744) ([pmalouin](https://github.com/pmalouin)) + ## [4.12.0](https://github.com/auth0/auth0-python/tree/4.12.0) (2025-09-15) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.11.0...4.12.0)