Skip to content

Commit 9a90f3a

Browse files
committed
CHANGELOG and version for 5.5.0
1 parent 8db6cfc commit 9a90f3a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [5.5.0](https://github.com/auth0/auth0-PHP/tree/5.5.0) (2019-06-07)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.5.0...5.5.0)
5+
6+
**Closed issues**
7+
- Consider dropping PHP-5.x version supports [\#343](https://github.com/auth0/auth0-PHP/issues/343)
8+
- Auth0 Error: 'Invalid state' in /auth0/vendor/auth0/auth0-php/src/Auth0.php: line#537 [\#333](https://github.com/auth0/auth0-PHP/issues/333)
9+
10+
**Added**
11+
- Add missing User endpoints for Management API [\#341](https://github.com/auth0/auth0-PHP/pull/341) ([joshcanhelp](https://github.com/joshcanhelp))
12+
- Add all Management API Roles endpoints [\#337](https://github.com/auth0/auth0-PHP/pull/337) ([joshcanhelp](https://github.com/joshcanhelp))
13+
- Add missing Users test and switch to mocked calls. [\#336](https://github.com/auth0/auth0-PHP/pull/336) ([joshcanhelp](https://github.com/joshcanhelp))
14+
- Add Authentication::refresh_token() method [\#335](https://github.com/auth0/auth0-PHP/pull/335) ([joshcanhelp](https://github.com/joshcanhelp))
15+
316
## [5.4.0](https://github.com/auth0/auth0-PHP/tree/5.4.0) (2019-02-28)
417
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.3.2...5.4.0)
518

src/API/Helpers/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class ApiClient
88
{
99

10-
const API_VERSION = '5.4.0';
10+
const API_VERSION = '5.5.0';
1111

1212
protected static $infoHeadersDataEnabled = true;
1313

0 commit comments

Comments
 (0)