Skip to content

Commit

Permalink
Release v1.12.0 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Nov 28, 2024
1 parent a74730f commit f54a260
Show file tree
Hide file tree
Showing 3 changed files with 10 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.2
v1.12.0
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v1.12.0](https://github.com/auth0/go-auth0/tree/v1.12.0) (2024-11-28)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.11.2...v1.12.0)

**Added**
- Add isPriority parameter to Log Streams [\#467](https://github.com/auth0/go-auth0/pull/467) ([duedares-rvj](https://github.com/duedares-rvj))
- SSO v2 updates [\#457](https://github.com/auth0/go-auth0/pull/457) ([duedares-rvj](https://github.com/duedares-rvj))
- Add `DeviceCredentialsManager` to manage device credentials [\#369](https://github.com/auth0/go-auth0/pull/369) ([Zarux](https://github.com/Zarux))

## [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)

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.2"
var Version = "1.12.0"

0 comments on commit f54a260

Please sign in to comment.