Skip to content

Commit

Permalink
Release v1.16.0 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Feb 6, 2025
1 parent 5561707 commit f6ddd7e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.15.0
v1.16.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v1.16.0](https://github.com/auth0/go-auth0/tree/v1.16.0) (2025-02-06)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.15.0...v1.16.0)

**Added**
- Add Support For Event Streams with `EventStreamManager` [\#496](https://github.com/auth0/go-auth0/pull/496) ([duedares-rvj](https://github.com/duedares-rvj))
- Add Support For Global Token Revocation To SAML Connections in `ConnectionManager` [\#491](https://github.com/auth0/go-auth0/pull/491) ([developerkunal](https://github.com/developerkunal))
- Add Support For `Sign in With Google For Native Apps` in `ClientManager` [\#493](https://github.com/auth0/go-auth0/pull/493) ([developerkunal](https://github.com/developerkunal))
- Add support for setting `captcha_widget_theme` in `BrandingTheme` Struct in `BrandingThemeManager` [\#492](https://github.com/auth0/go-auth0/pull/492) ([duedares-rvj](https://github.com/duedares-rvj))

## [v1.15.0](https://github.com/auth0/go-auth0/tree/v1.15.0) (2025-01-29)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.14.0...v1.15.0)

Expand Down
2 changes: 1 addition & 1 deletion meta.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package auth0

// Version is the package version.
var Version = "1.15.0"
var Version = "1.16.0"

0 comments on commit f6ddd7e

Please sign in to comment.