Skip to content

Commit eb19ea8

Browse files
Release v1.17.0 (#508)
1 parent 4cbaeca commit eb19ea8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.version

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

CHANGELOG.md

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

3+
## [v1.17.0](https://github.com/auth0/go-auth0/tree/v1.17.0) (2025-02-14)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.16.0...v1.17.0)
5+
6+
**Added**
7+
- Add Support For Extensibility as Custom Provider in `BrandingManager` [\#495](https://github.com/auth0/go-auth0/pull/495) ([developerkunal](https://github.com/developerkunal))
8+
- Add Support for `form-content` Insertion Point For Prompt Partials in `PromptManager` [\#503](https://github.com/auth0/go-auth0/pull/503) ([developerkunal](https://github.com/developerkunal))
9+
310
## [v1.16.0](https://github.com/auth0/go-auth0/tree/v1.16.0) (2025-02-06)
411
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.15.0...v1.16.0)
512

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.16.0"
4+
var Version = "1.17.0"

0 commit comments

Comments
 (0)