Skip to content

Commit e2cf873

Browse files
Release v1.20.0 (#548)
1 parent 820d768 commit e2cf873

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.19.0
1+
v1.20.0

CHANGELOG.md

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

3+
## [v1.20.0](https://github.com/auth0/go-auth0/tree/v1.20.0) (2025-05-05)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.19.0...v1.20.0)
5+
6+
**Added**
7+
- Add support for setting per-attempt-timeout [\#539](https://github.com/auth0/go-auth0/pull/539) ([pete-woods](https://github.com/pete-woods))
8+
- Add 'mgmt_api_read' log type to enhance log categorization in `LogManager` [\#545](https://github.com/auth0/go-auth0/pull/545) ([developerkunal](https://github.com/developerkunal))
9+
- Adding support for Native to Web SSO - Session Transfer [\#536](https://github.com/auth0/go-auth0/pull/536) ([nelsonmaia](https://github.com/nelsonmaia))
10+
- Add support to set RealmFallback to Connection Options [\#541](https://github.com/auth0/go-auth0/pull/541) ([duedares-rvj](https://github.com/duedares-rvj))
11+
- Add Support Multi-Resource Refresh Token `Policies` in `ClientRefreshToken` within `Client Manager` [\#532](https://github.com/auth0/go-auth0/pull/532) ([developerkunal](https://github.com/developerkunal))
12+
- Add Private Key JWT support for client credentials in Management API [\#528](https://github.com/auth0/go-auth0/pull/528) ([ErwinSteffens](https://github.com/ErwinSteffens))
13+
314
## [v1.19.0](https://github.com/auth0/go-auth0/tree/v1.19.0) (2025-03-28)
415
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.18.0...v1.19.0)
516

meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package auth0
22

33
// Version is the package version.
4-
var Version = "1.19.0"
4+
var Version = "1.20.0"

0 commit comments

Comments
 (0)