Skip to content

Commit

Permalink
Release 8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kishore7snehil committed Nov 15, 2024
1 parent e2c3bbe commit 01178e7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.12.0
8.13.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [8.13.0](https://github.com/auth0/auth0-PHP/tree/8.13.0) (2024-11-15)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.12.0...8.13.0)

**Added**
- feat: Adding Support For BYOK [\#782](https://github.com/auth0/auth0-PHP/pull/782) ([kishore7snehil](https://github.com/kishore7snehil))

- feat: Validation Test Case For Show as Button Parameter [\#783](https://github.com/auth0/auth0-PHP/pull/783) ([kishore7snehil](https://github.com/kishore7snehil))

**Fixed**

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

## [8.12.0](https://github.com/auth0/auth0-PHP/tree/8.12.0) (2024-11-05)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.11.1...8.12.0)

Expand Down
2 changes: 1 addition & 1 deletion src/Auth0.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
/**
* @var string
*/
public const VERSION = '8.12.0';
public const VERSION = '8.13.0';

/**
* Authentication Client.
Expand Down

0 comments on commit 01178e7

Please sign in to comment.