From c044433a1f4839de57458f34d7b801c89cabcd71 Mon Sep 17 00:00:00 2001 From: KunalOfficial <35455566+developerkunal@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:53:03 +0530 Subject: [PATCH] Release v1.8.0 (#420) Co-authored-by: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> --- .version | 2 +- CHANGELOG.md | 6 ++++++ meta.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index a20e2d82..804a616d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.7.0 +v1.8.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index fffcb126..29645842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- Add support for managing a connection's SCIM (System for Cross-domain Identity Management) configuration [\#419](https://github.com/auth0/go-auth0/pull/419) ([developerkunal](https://github.com/developerkunal)) + ## [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) diff --git a/meta.go b/meta.go index 6377b432..82b8ff1a 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.7.0" +var Version = "1.8.0"