Skip to content

Commit 8d86a96

Browse files
committed
Release 4.3.0
1 parent 6e101cc commit 8d86a96

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [4.3.0](https://github.com/auth0/auth0-python/tree/4.3.0) (2023-06-26)
4+
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.2.0...4.3.0)
5+
6+
**Added**
7+
- Add forwardedFor option to password grant login [\#501](https://github.com/auth0/auth0-python/pull/501) ([adamjmcgrath](https://github.com/adamjmcgrath))
8+
- Add connections.all name parameter [\#500](https://github.com/auth0/auth0-python/pull/500) ([adamjmcgrath](https://github.com/adamjmcgrath))
9+
- Add type hints to base and `authentication` [\#472](https://github.com/auth0/auth0-python/pull/472) ([Viicos](https://github.com/Viicos))
10+
11+
**Fixed**
12+
- Fix async auth client [\#499](https://github.com/auth0/auth0-python/pull/499) ([adamjmcgrath](https://github.com/adamjmcgrath))
13+
- Fix update_template_universal_login [\#495](https://github.com/auth0/auth0-python/pull/495) ([adamjmcgrath](https://github.com/adamjmcgrath))
14+
315
## [4.2.0](https://github.com/auth0/auth0-python/tree/4.2.0) (2023-05-02)
416
[Full Changelog](https://github.com/auth0/auth0-python/compare/4.1.1...4.2.0)
517

auth0/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.2.0"
1+
__version__ = "4.3.0"
22

33
from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError
44

0 commit comments

Comments
 (0)