From e9f2ff778f66afb551430c8b1ee34b977e224915 Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Fri, 14 Jun 2024 12:43:42 +0530 Subject: [PATCH] Release v1.7.0 --- .version | 2 +- CHANGELOG.md | 6 ++++++ meta.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index b7c0a9b1..a20e2d82 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.6.0 +v1.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 332717c5..fffcb126 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.7.0](https://github.com/auth0/go-auth0/tree/v1.7.0) (2024-06-14) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.6.0...v1.7.0) + +**Added** +- Add is_signup_enabled field to OrganizationConnection [\#413](https://github.com/auth0/go-auth0/pull/413) ([developerkunal](https://github.com/developerkunal)) + ## [v1.6.0](https://github.com/auth0/go-auth0/tree/v1.6.0) (2024-05-09) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.5.0...v1.6.0) diff --git a/meta.go b/meta.go index 66718cc9..6377b432 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.6.0" +var Version = "1.7.0"