Skip to content

Commit 3acf0f4

Browse files
Release 8.13.0 (#784)
Added - #782 ([kishore7snehil](https://github.com/kishore7snehil)) - #783 ([kishore7snehil](https://github.com/kishore7snehil)) Fixed - Adjusted link typo on codeExchange method to the right url ([#782](#782)) ([GabrielBrittoDev](https://github.com/GabrielBrittoDev))
1 parent e2c3bbe commit 3acf0f4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Diff for: .version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.12.0
1+
8.13.0

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [8.13.0](https://github.com/auth0/auth0-PHP/tree/8.13.0) (2024-11-15)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.12.0...8.13.0)
5+
6+
**Added**
7+
- feat: Adding Support For BYOK [\#782](https://github.com/auth0/auth0-PHP/pull/782) ([kishore7snehil](https://github.com/kishore7snehil))
8+
9+
- feat: Validation Test Case For Show as Button Parameter [\#783](https://github.com/auth0/auth0-PHP/pull/783) ([kishore7snehil](https://github.com/kishore7snehil))
10+
11+
**Fixed**
12+
13+
- docs: Adjusted link typo on codeExchange method to the right url [\#782](https://github.com/auth0/auth0-PHP/pull/782) ([GabrielBrittoDev](https://github.com/GabrielBrittoDev))
14+
315
## [8.12.0](https://github.com/auth0/auth0-PHP/tree/8.12.0) (2024-11-05)
416
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.1...8.12.0)
517

Diff for: src/Auth0.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
2121
/**
2222
* @var string
2323
*/
24-
public const VERSION = '8.12.0';
24+
public const VERSION = '8.13.0';
2525

2626
/**
2727
* Authentication Client.

0 commit comments

Comments
 (0)