diff --git a/CHANGELOG.md b/CHANGELOG.md index ddef5485..ba648494 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log + + +## [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)) + ## [v1.2.0](https://github.com/auth0/go-auth0/tree/v1.2.0) (2023-10-25) @@ -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)) - ## [v1.1.0](https://github.com/auth0/go-auth0/tree/v1.1.0) (2023-09-14)