Skip to content

Commit

Permalink
Release v1.11.2 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Oct 14, 2024
1 parent e3b7816 commit 89bcb9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.11.1
v1.11.2
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v1.11.2](https://github.com/auth0/go-auth0/tree/v1.11.2) (2024-10-14)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.11.1...v1.11.2)

**Fixed**
- PATCH: Rename `user_id_attribute` to `userid_attribute` in Azure Connection Options [\#454](https://github.com/auth0/go-auth0/pull/454) ([duedares-rvj](https://github.com/duedares-rvj))

## [v1.11.1](https://github.com/auth0/go-auth0/tree/v1.11.1) (2024-10-07)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.11.0...v1.11.1)

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.11.1"
var Version = "1.11.2"

0 comments on commit 89bcb9b

Please sign in to comment.