Skip to content

Commit

Permalink
Release 7.4.0 (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Sep 28, 2020
1 parent 9170707 commit ccead4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [7.4.0](https://github.com/auth0/auth0-PHP/tree/7.4.0) (2020-09-28)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.3.0...7.4.0)

**Added**
- Add support for new identity field for email verifications [\#455](https://github.com/auth0/auth0-PHP/pull/455) ([jimmyjames](https://github.com/jimmyjames))

## [7.3.0](https://github.com/auth0/auth0-PHP/tree/7.3.0) (2020-08-27)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.2.0...7.3.0)

Expand Down
2 changes: 1 addition & 1 deletion src/API/Helpers/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class ApiClient
{

const API_VERSION = '7.3.0';
const API_VERSION = '7.4.0';

/**
* Flag to turn telemetry headers off.
Expand Down

0 comments on commit ccead4f

Please sign in to comment.