Skip to content

Commit 0611fba

Browse files
authored
Release 7.9.0 (#499)
* chore: Bump SDK version * Update CHANGELOG
1 parent e3dcae4 commit 0611fba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## [7.9.0](https://github.com/auth0/auth0-PHP/tree/7.9.0) (2021-05-03)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.8.0...7.9.0)
6+
7+
**Changed**
8+
9+
- Reintroduce Guzzle 6 support [\#489](https://github.com/auth0/auth0-PHP/pull/489) ([marko-ilic](https://github.com/marko-ilic))
10+
- Update Auth0\SDK\Auth0::getState() visibility to public [\#498](https://github.com/auth0/auth0-PHP/pull/498) ([evansims](https://github.com/evansims))
11+
312
## [7.8.0](https://github.com/auth0/auth0-PHP/tree/7.8.0) (2021-03-19)
413

514
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.7.0...7.8.0)

Diff for: src/API/Helpers/ApiClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class ApiClient
1313
{
1414

15-
const API_VERSION = '7.8.0';
15+
const API_VERSION = '7.9.0';
1616

1717
/**
1818
* Flag to turn telemetry headers off.

0 commit comments

Comments
 (0)