Skip to content

Commit

Permalink
Release v1.13.0 (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal authored Dec 6, 2024
1 parent c4109e8 commit 8e61d6a
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.12.0
v1.13.0
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.13.0](https://github.com/auth0/go-auth0/tree/v1.13.0) (2024-12-06)
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.12.0...v1.13.0)

**Added**
- Add support for ACUL Endpoints in `PromptManager` [\#458](https://github.com/auth0/go-auth0/pull/458) ([developerkunal](https://github.com/developerkunal))

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

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.12.0"
var Version = "1.13.0"

0 comments on commit 8e61d6a

Please sign in to comment.