Skip to content

Commit

Permalink
Add v1.3.0 changelog entry (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Nov 10, 2023
1 parent 9daf157 commit f0d74dd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

<a name="v1.3.0"></a>

## [v1.3.0](https://github.com/auth0/go-auth0/tree/v1.2.0) (2023-11-10)

[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.2.0..v1.3.0)

### Added

- Add `DisableSelfServiceChangePassword` to `ConnectionOptionsAD` ([#308](https://github.com/auth0/go-auth0/pull/308))
- Add support for using Organizations with Client Grants ([#309](https://github.com/auth0/go-auth0/pull/309))

<a name="v1.2.0"></a>

## [v1.2.0](https://github.com/auth0/go-auth0/tree/v1.2.0) (2023-10-25)
Expand All @@ -13,7 +24,6 @@
- Add Passkey data to `AuthenticationMethod` and `ConnectionOptions` ([#296](https://github.com/auth0/go-auth0/pull/296))
- Add a `Sort` RequestOption helper to sort fields ([#298](https://github.com/auth0/go-auth0/pull/298))


<a name="v1.1.0"></a>

## [v1.1.0](https://github.com/auth0/go-auth0/tree/v1.1.0) (2023-09-14)
Expand Down

0 comments on commit f0d74dd

Please sign in to comment.