From 069d7dc016d84b7c587708f9cd0340aa891f1c85 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Tue, 10 Feb 2026 15:13:01 +0530 Subject: [PATCH] Release 5.1.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.version b/.version index 28cbf7c0..acf69b48 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.0.0 \ No newline at end of file +5.1.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 54eaa64c..f8dcf15c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [5.1.0](https://github.com/auth0/auth0-python/tree/5.1.0) (2026-02-10) +[Full Changelog](https://github.com/auth0/auth0-python/compare/5.0.0...5.1.0) + +**Fixed** +- fix: Remove placeholder defaults from optional parameters + additional updates [\#778](https://github.com/auth0/auth0-python/pull/778) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [5.0.0](https://github.com/auth0/auth0-python/tree/5.0.0) (2026-02-04) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.13.0...5.0.0)