Skip to content

Commit

Permalink
Release v1.15.0 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Jan 29, 2025
1 parent 00708a3 commit 553f3e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.14.0
v1.15.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [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)

**Added**
- Add Support for Token Exchange Profile with `TokenExchangeProfileManager` [\#478](https://github.com/auth0/go-auth0/pull/478) ([developerkunal](https://github.com/developerkunal))
- Add Support for Refresh Tokens and Sessions Endpoints [\#484](https://github.com/auth0/go-auth0/pull/484) ([developerkunal](https://github.com/developerkunal))

## [v1.14.0](https://github.com/auth0/go-auth0/tree/v1.14.0) (2025-01-08)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.13.1...v1.14.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.14.0"
var Version = "1.15.0"

0 comments on commit 553f3e5

Please sign in to comment.