Skip to content

Commit

Permalink
Release v1.9.0 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
acwest authored Aug 16, 2024
2 parents 3d2d4bc + 7f07364 commit 88dff30
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0
v1.9.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 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)

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.8.0"
var Version = "1.9.0"

0 comments on commit 88dff30

Please sign in to comment.