Skip to content

Commit 002c6bd

Browse files
Release v1.23.0 (#572)
1 parent 625b586 commit 002c6bd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.version

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

CHANGELOG.md

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

3+
## [v1.23.0](https://github.com/auth0/go-auth0/tree/v1.23.0) (2025-06-19)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.22.2...v1.23.0)
5+
6+
**Added**
7+
- docs: update comment to reflect DPoP support in `ResourceServerManager` [\#571](https://github.com/auth0/go-auth0/pull/571) ([developerkunal](https://github.com/developerkunal))
8+
- Add support for `ReadEnabledConnections` in ClientsManager [\#569](https://github.com/auth0/go-auth0/pull/569) ([developerkunal](https://github.com/developerkunal))
9+
- Add Patch method and corresponding tests for Network ACL [\#568](https://github.com/auth0/go-auth0/pull/568) ([developerkunal](https://github.com/developerkunal))
10+
- Add `ReadKeys` and `RotateKeys` methods and extend `ConnectionOptions` with `TokenEndpointAuthMethod` and `TokenEndpointAuthSigningAlg` in `ConnectionManager` [\#559](https://github.com/auth0/go-auth0/pull/559) ([developerkunal](https://github.com/developerkunal))
11+
312
## [v1.22.2](https://github.com/auth0/go-auth0/tree/v1.22.2) (2025-06-09)
413
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.22.1...v1.22.2)
514

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.22.2"
4+
var Version = "1.23.0"

0 commit comments

Comments
 (0)