Skip to content

Commit

Permalink
CHANGELOG and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Nov 2, 2018
1 parent e42b2c1 commit eac8c0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [5.3.2](https://github.com/auth0/auth0-PHP/tree/5.3.2) (2018-11-2)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.3.1...5.3.2)

**Closed issues**
- Something is wrong with the latest release 5.3.1 [\#303](https://github.com/auth0/auth0-PHP/issues/303)

**Fixed**
- Fix info headers Extend error in dependant libs [\#304](https://github.com/auth0/auth0-PHP/pull/304) ([joshcanhelp](https://github.com/joshcanhelp))

## [5.3.1](https://github.com/auth0/auth0-PHP/tree/5.3.1) (2018-10-31)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.3.0...5.3.1)

Expand Down
2 changes: 1 addition & 1 deletion src/API/Helpers/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class ApiClient
{

const API_VERSION = '5.3.1';
const API_VERSION = '5.3.2';

protected static $infoHeadersDataEnabled = true;

Expand Down

0 comments on commit eac8c0b

Please sign in to comment.