Skip to content

Commit 9b6b36b

Browse files
Release v1.18.0 (#524)
1 parent 555ced6 commit 9b6b36b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.version

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

CHANGELOG.md

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

3+
## [v1.18.0](https://github.com/auth0/go-auth0/tree/v1.18.0) (2025-03-11)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.17.0...v1.18.0)
5+
6+
**Added**
7+
- Add tenant OIDC logout configuration [\#517](https://github.com/auth0/go-auth0/pull/517) ([ErwinSteffens](https://github.com/ErwinSteffens))
8+
- Add `custom_headers` Attribute to `ConnectionOptionsOAuth2` in `ConnectionManager` [\#522](https://github.com/auth0/go-auth0/pull/522) ([developerkunal](https://github.com/developerkunal))
9+
- Add Support for `FCMv1 Server Credentials` in `MultiFactorPush` Sub-Manager of `GuardianManager` [\#512](https://github.com/auth0/go-auth0/pull/512) ([chrisnellis](https://github.com/chrisnellis))
10+
11+
**Changed**
12+
- Bump Go version to 1.23 and upgrade golang.org/x/oauth2 to v0.28.0 [\#518](https://github.com/auth0/go-auth0/pull/518) ([developerkunal](https://github.com/developerkunal))
13+
- refactor: use a single client assertion audience [\#513](https://github.com/auth0/go-auth0/pull/513) ([panva](https://github.com/panva))
14+
15+
**Fixed**
16+
- [GH-501] Fix Retry Mechanism to Handle Burst Limit Due to Clock Skew Issue [\#523](https://github.com/auth0/go-auth0/pull/523) ([developerkunal](https://github.com/developerkunal))
17+
318
## [v1.17.0](https://github.com/auth0/go-auth0/tree/v1.17.0) (2025-02-14)
419
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.16.0...v1.17.0)
520

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.17.0"
4+
var Version = "1.18.0"

0 commit comments

Comments
 (0)