Skip to content

Commit e7b66a9

Browse files
Release v1.19.0 (#535)
1 parent 412cfc3 commit e7b66a9

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.version

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

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+
## [v1.19.0](https://github.com/auth0/go-auth0/tree/v1.19.0) (2025-03-28)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.18.0...v1.19.0)
5+
6+
**⚠️ BREAKING CHANGES**
7+
- Breaking Change: Migrate `custom_headers` from `map[string]string` to `*[]map[string]string` in `ConnectionOptionsOAuth2` [\#534](https://github.com/auth0/go-auth0/pull/534) ([developerkunal](https://github.com/developerkunal))
8+
9+
**Added**
10+
- Add Support For Tenant ACL Endpoints to `NetworkACLManager` [\#504](https://github.com/auth0/go-auth0/pull/504) ([developerkunal](https://github.com/developerkunal))
11+
- Add Extended Support for `DomainAliasesConfig` and `ConnectionConfig` Enhancements in `SelfServiceProfileTicket` in `SelfServiceProfileManager` [\#509](https://github.com/auth0/go-auth0/pull/509) ([developerkunal](https://github.com/developerkunal))
12+
- Add Support for Breached Password Detection `(PreChangePassword)` Stage in `AttackProtectionManager` [\#499](https://github.com/auth0/go-auth0/pull/499) ([developerkunal](https://github.com/developerkunal))
13+
- Add support for `GetUserLogs` method to fetch user log events in `UserManager` [\#529](https://github.com/auth0/go-auth0/pull/529) ([developerkunal](https://github.com/developerkunal))
14+
315
## [v1.18.0](https://github.com/auth0/go-auth0/tree/v1.18.0) (2025-03-11)
416
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.17.0...v1.18.0)
517

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.18.0"
4+
var Version = "1.19.0"

0 commit comments

Comments
 (0)