Skip to content

Commit

Permalink
Release v1.8.0 (#420)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergiu Ghitea <[email protected]>
  • Loading branch information
developerkunal and sergiught authored Jul 9, 2024
1 parent 4125b95 commit c044433
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0
v1.8.0
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion meta.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package auth0

// Version is the package version.
var Version = "1.7.0"
var Version = "1.8.0"

0 comments on commit c044433

Please sign in to comment.