Skip to content

Commit 1ca80b3

Browse files
authored
Merge pull request #452 from auth0/release-7.3.0
Release 7.3.0
2 parents 4519c9b + 0c4e9d2 commit 1ca80b3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

src/API/Helpers/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class 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.

0 commit comments

Comments
 (0)