File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 7.2.0] ( https://github.com/auth0/auth0-PHP/tree/7.2.0 ) (2020-04-23)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-PHP/compare/7.1.0...7.2.0 )
5+
6+ ** Closed issues**
7+ - Renew Tokens throws nonce error [ \# 432] ( https://github.com/auth0/auth0-PHP/issues/432 )
8+ - email_passwordless_start not setting client_secret [ \# 431] ( https://github.com/auth0/auth0-PHP/issues/431 )
9+
10+ ** Added**
11+ - /passwordless/start accepts client_secret now [ \# 430] ( https://github.com/auth0/auth0-PHP/pull/430 ) ([ abbaspour] ( https://github.com/abbaspour ) )
12+
13+ ** Fixed**
14+ - Allow no nonce option [ \# 434] ( https://github.com/auth0/auth0-PHP/pull/434 ) ([ joshcanhelp] ( https://github.com/joshcanhelp ) )
15+
316## [ 7.1.0] ( https://github.com/auth0/auth0-PHP/tree/7.1.0 ) (2020-02-19)
417[ Full Changelog] ( https://github.com/auth0/auth0-PHP/compare/7.0.0...7.1.0 )
518
Original file line number Diff line number Diff line change 1212class ApiClient
1313{
1414
15- const API_VERSION = '7.1 .0 ' ;
15+ const API_VERSION = '7.2 .0 ' ;
1616
1717 /**
1818 * Flag to turn telemetry headers off.
You can’t perform that action at this time.
0 commit comments