Skip to content

Commit

Permalink
Release v1.11.0 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Sep 27, 2024
1 parent 1771d46 commit 2645097
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.10.0
v1.11.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v1.11.0](https://github.com/auth0/go-auth0/tree/v1.11.0) (2024-09-27)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.10.0...v1.11.0)

**Added**
- Add support for `Form`, `Flow`, and `Flow Vault Connection` Managers [\#444](https://github.com/auth0/go-auth0/pull/444) ([kushalshit27](https://github.com/kushalshit27))
- Add support for MFA Authentication Endpoints: Add, List, and Delete Authenticators [\#447](https://github.com/auth0/go-auth0/pull/447) ([developerkunal](https://github.com/developerkunal))
- Add `user_id_attribute` support to AzureAD connection options in Connection Manager [\#445](https://github.com/auth0/go-auth0/pull/445) ([acwest](https://github.com/acwest))
- Add `strategy_version` support to required connections in Connection Manager [\#443](https://github.com/auth0/go-auth0/pull/443) ([acwest](https://github.com/acwest))

## [v1.10.0](https://github.com/auth0/go-auth0/tree/v1.10.0) (2024-09-03)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.9.0...v1.10.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.10.0"
var Version = "1.11.0"

0 comments on commit 2645097

Please sign in to comment.