Skip to content

Commit eac8c0b

Browse files
committed
CHANGELOG and version bump
1 parent e42b2c1 commit eac8c0b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [5.3.2](https://github.com/auth0/auth0-PHP/tree/5.3.2) (2018-11-2)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.3.1...5.3.2)
5+
6+
**Closed issues**
7+
- Something is wrong with the latest release 5.3.1 [\#303](https://github.com/auth0/auth0-PHP/issues/303)
8+
9+
**Fixed**
10+
- Fix info headers Extend error in dependant libs [\#304](https://github.com/auth0/auth0-PHP/pull/304) ([joshcanhelp](https://github.com/joshcanhelp))
11+
312
## [5.3.1](https://github.com/auth0/auth0-PHP/tree/5.3.1) (2018-10-31)
413
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.3.0...5.3.1)
514

src/API/Helpers/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class ApiClient
1515
{
1616

17-
const API_VERSION = '5.3.1';
17+
const API_VERSION = '5.3.2';
1818

1919
protected static $infoHeadersDataEnabled = true;
2020

0 commit comments

Comments
 (0)