Skip to content

Commit

Permalink
Release v1.14.0 (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Jan 8, 2025
1 parent 3012ac8 commit 5d8f9f7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.13.1
v1.14.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

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

**Added**
- Add Support for User sessions Endpoints in `UserManager` [\#482](https://github.com/auth0/go-auth0/pull/482) ([developerkunal](https://github.com/developerkunal))
- Support for CIBA [\#473](https://github.com/auth0/go-auth0/pull/473) ([duedares-rvj](https://github.com/duedares-rvj))
- Add Support for `VerificationMethod` Attribute for Email-based Auth0 ConnectionOptions [\#481](https://github.com/auth0/go-auth0/pull/481) ([developerkunal](https://github.com/developerkunal))

## [v1.13.1](https://github.com/auth0/go-auth0/tree/v1.13.1) (2024-12-20)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.13.0...v1.13.1)

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.13.1"
var Version = "1.14.0"

0 comments on commit 5d8f9f7

Please sign in to comment.