From 9afb62eff1267e6923fa0b9bc469d31951f9809b Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Fri, 16 Aug 2024 18:05:24 +0530 Subject: [PATCH 1/2] Release v1.9.0 --- .version | 2 +- CHANGELOG.md | 8 ++++++++ meta.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 804a616d..295e37c0 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.8.0 +v1.9.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 29645842..1ddb10c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v1.9.0](https://github.com/auth0/go-auth0/tree/v1.9.0) (2024-08-16) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.8.0...v1.9.0) + +**Added** +- Add Support for Self Service Profiles [\#431](https://github.com/auth0/go-auth0/pull/431) ([duedares-rvj](https://github.com/duedares-rvj)) +- Add Support for HRI Features [\#429](https://github.com/auth0/go-auth0/pull/429) ([developerkunal](https://github.com/developerkunal)) +- Add Support for `attributes` and `precedence` to ConnectionOptions & `phone_number` to SignupRequest Struct [\#421](https://github.com/auth0/go-auth0/pull/421) ([developerkunal](https://github.com/developerkunal)) + ## [v1.8.0](https://github.com/auth0/go-auth0/tree/v1.8.0) (2024-07-09) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.7.0...v1.8.0) diff --git a/meta.go b/meta.go index 82b8ff1a..97815406 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.8.0" +var Version = "1.9.0" From 7f0736427c51a1daf7fcb16bdb0382f7ddd0c972 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Fri, 16 Aug 2024 22:33:29 +0530 Subject: [PATCH 2/2] Updated Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ddb10c2..3bc3f103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ **Added** - Add Support for Self Service Profiles [\#431](https://github.com/auth0/go-auth0/pull/431) ([duedares-rvj](https://github.com/duedares-rvj)) - Add Support for HRI Features [\#429](https://github.com/auth0/go-auth0/pull/429) ([developerkunal](https://github.com/developerkunal)) -- Add Support for `attributes` and `precedence` to ConnectionOptions & `phone_number` to SignupRequest Struct [\#421](https://github.com/auth0/go-auth0/pull/421) ([developerkunal](https://github.com/developerkunal)) +- Add Support for Flexible Identifiers on ConnectionOptions & `phone_number` to SignupRequest Struct [\#421](https://github.com/auth0/go-auth0/pull/421) ([developerkunal](https://github.com/developerkunal)) ## [v1.8.0](https://github.com/auth0/go-auth0/tree/v1.8.0) (2024-07-09) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.7.0...v1.8.0)