From f0d74ddc6b629c1b0bdfc612d15fa995bff9524d Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Fri, 10 Nov 2023 15:33:07 +0000 Subject: [PATCH] Add v1.3.0 changelog entry (#313) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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)