Skip to content

Commit 54f4763

Browse files
Release v1.24.0 (#574)
1 parent 7ea57ff commit 54f4763

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.23.0
1+
v1.24.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v1.24.0](https://github.com/auth0/go-auth0/tree/v1.24.0) (2025-06-30)
4+
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.23.0...v1.24.0)
5+
6+
**Added**
7+
- feat(prompt): add Filters and UsePageTemplate support to PromptRendering [\#573](https://github.com/auth0/go-auth0/pull/573) ([developerkunal](https://github.com/developerkunal))
8+
39
## [v1.23.0](https://github.com/auth0/go-auth0/tree/v1.23.0) (2025-06-19)
410
[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.22.2...v1.23.0)
511

meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package auth0
22

33
// Version is the package version.
4-
var Version = "1.23.0"
4+
var Version = "1.24.0"

0 commit comments

Comments
 (0)