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"