Skip to content

Commit

Permalink
Release 8.1.0 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Feb 17, 2022
1 parent 57418b5 commit 1ea5be4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# CHANGELOG

## [8.1.0](https://github.com/auth0/auth0-PHP/tree/8.1.0) (2022-02-17)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.6..8.1.0)

**Added**

- Add Attack Protection endpoints [#593](https://github.com/auth0/auth0-PHP/pull/597) ([evansims](https://github.com/evansims))

## [8.0.6](https://github.com/auth0/auth0-PHP/tree/8.0.6) (2022-01-25)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.4..8.0.5)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/8.0.5..8.0.6)

**Fixed**

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

/**
* Instance of SdkConfiguration, for shared configuration across classes.
Expand Down

0 comments on commit 1ea5be4

Please sign in to comment.