File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 7.3.0] ( https://github.com/auth0/auth0-PHP/tree/7.3.0 ) (2020-08-27)
4+ [ Full Changelog] ( https://github.com/auth0/auth0-PHP/compare/7.2.0...7.3.0 )
5+
6+ ** Closed issues**
7+ - TokenVerifier::verify throws a \RuntimeException instead of an InvalidTokenException [ \# 438] ( https://github.com/auth0/auth0-PHP/issues/438 )
8+ - Support Guzzle 7 [ \# 421] ( https://github.com/auth0/auth0-PHP/issues/421 )
9+
10+ ** Added**
11+ - Add Support for Log Streams Management APIs [ \# 451] ( https://github.com/auth0/auth0-PHP/pull/451 ) ([ jimmyjames] ( https://github.com/jimmyjames ) )
12+ - Update composer requirements to support guzzle ~ 7.0 [ \# 443] ( https://github.com/auth0/auth0-PHP/pull/443 ) ([ banderon1] ( https://github.com/banderon1 ) )
13+
14+ ** Fixed**
15+ - Throw InvalidTokenException instead of RuntimeException when parsing malformed token [ \# 439] ( https://github.com/auth0/auth0-PHP/pull/439 ) ([ B-Galati] ( https://github.com/B-Galati ) )
16+
317## [ 7.2.0] ( https://github.com/auth0/auth0-PHP/tree/7.2.0 ) (2020-04-23)
418[ Full Changelog] ( https://github.com/auth0/auth0-PHP/compare/7.1.0...7.2.0 )
519
Original file line number Diff line number Diff line change 1212class ApiClient
1313{
1414
15- const API_VERSION = '7.2 .0 ' ;
15+ const API_VERSION = '7.3 .0 ' ;
1616
1717 /**
1818 * Flag to turn telemetry headers off.
You can’t perform that action at this time.
0 commit comments