Skip to content

Commit

Permalink
Release 5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcanhelp committed Jul 15, 2019
1 parent 70f9789 commit 6b6902b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log

## [5.5.1](https://github.com/auth0/auth0-PHP/tree/5.5.1) (2019-07-15)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.5.0...5.5.1)

**Closed issues**
- No packagist package created for 5.5.0 [\#346](https://github.com/auth0/auth0-PHP/issues/346)

**Fixed**
- Fix empty url params [\#349](https://github.com/auth0/auth0-PHP/pull/349) ([joshcanhelp](https://github.com/joshcanhelp))
- Fix tests to reduce the number of sensitive credentials used [\#348](https://github.com/auth0/auth0-PHP/pull/348) ([joshcanhelp](https://github.com/joshcanhelp))
- Change normalizeIncludeTotals() in GenericResource to have sane defaults [\#347](https://github.com/auth0/auth0-PHP/pull/347) ([kler](https://github.com/kler))

## [5.5.0](https://github.com/auth0/auth0-PHP/tree/5.5.0) (2019-06-07)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.5.0...5.5.0)
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/5.4.0...5.5.0)

**Closed issues**
- Consider dropping PHP-5.x version supports [\#343](https://github.com/auth0/auth0-PHP/issues/343)
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 @@ -7,7 +7,7 @@
class ApiClient
{

const API_VERSION = '5.5.0';
const API_VERSION = '5.5.1';

protected static $infoHeadersDataEnabled = true;

Expand Down

0 comments on commit 6b6902b

Please sign in to comment.