diff --git a/.version b/.version index 8cc47ae4..79f9beba 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.13.1 +v1.14.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d42a1f9..04448a19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/meta.go b/meta.go index e2b19b63..5a067f60 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.13.1" +var Version = "1.14.0"