diff --git a/.version b/.version index 6ca6df11..28715673 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.8.0 \ No newline at end of file +4.8.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d8d532..35cc8d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.8.1](https://github.com/auth0/auth0-python/tree/4.8.1) (2025-02-24) +[Full Changelog](https://github.com/auth0/auth0-python/compare/4.8.0...4.8.1) + +**Fixed** +- Fix: Unauthorized Access Error For PAR [\#671](https://github.com/auth0/auth0-python/pull/671) ([kishore7snehil](https://github.com/kishore7snehil)) + ## [4.8.0](https://github.com/auth0/auth0-python/tree/4.8.0) (2025-01-29) [Full Changelog](https://github.com/auth0/auth0-python/compare/4.7.2...4.8.0) @@ -9,6 +15,11 @@ **Fixed** - Consolidated Community PRs and Dependency Upgrades [\#660](https://github.com/auth0/auth0-python/pull/660) ([kishore7snehil](https://github.com/kishore7snehil)) + - [fix typo in docstring](https://github.com/auth0/auth0-python/pull/637) ([@CarlosEduR ](https://github.com/CarlosEduR)) + - [Added support for "include_totals" to all_organization_member_roles](https://github.com/auth0/auth0-python/pull/635) ([@jpayton-cx](https://github.com/jpayton-cx)) + - [Fixed Version Table](https://github.com/auth0/auth0-python/pull/633) ([@sanchez](https://github.com/sanchez)) + - [Remove upper bounds on all python dependency versions](https://github.com/auth0/auth0-python/pull/628) ([@ngfeldman](https://github.com/ngfeldman)) + - [Adding secrets to Codecov Action Upload](https://github.com/auth0/auth0-python/pull/624) ([@developerkunal](https://github.com/developerkunal)) - Updating Dependancies And Workflow Action Versions [\#653](https://github.com/auth0/auth0-python/pull/653) ([kishore7snehil](https://github.com/kishore7snehil)) - Fixing the Github Workflow Issues [\#644](https://github.com/auth0/auth0-python/pull/644) ([kishore7snehil](https://github.com/kishore7snehil)) diff --git a/README.md b/README.md index 690b2620..13200c29 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,9 @@ For more code samples on how to integrate the auth0-python SDK in your Python ap - Delegated ( `authentication.Delegated` ) - Enterprise ( `authentication.Enterprise` ) - API Authorization - Get Token ( `authentication.GetToken`) +- BackChannelLogin ( `authentication.BackChannelLogin`) - Passwordless ( `authentication.Passwordless` ) +- PushedAuthorizationRequests ( `authentication.PushedAuthorizationRequests` ) - RevokeToken ( `authentication.RevokeToken` ) - Social ( `authentication.Social` ) - Users ( `authentication.Users` )