Skip to content

Commit

Permalink
Release 7.6.2 (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Feb 1, 2021
1 parent 2edaac2 commit 8d37d23
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG

## [7.6.1](https://github.com/auth0/auth0-PHP/tree/7.6.0) (2021-01-01)
## [7.6.2](https://github.com/auth0/auth0-PHP/tree/7.6.2) (2021-01-01)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.6.1...7.6.2)

**Fixed**

- Ensure ?include_totals are handled properly on GET /users and GET /roles requests for Management API [\#476](https://github.com/auth0/auth0-PHP/pull/476) ([evansims](https://github.com/evansims))

## [7.6.1](https://github.com/auth0/auth0-PHP/tree/7.6.1) (2021-01-01)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.6.0...7.6.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 @@ -12,7 +12,7 @@
class ApiClient
{

const API_VERSION = '7.6.1';
const API_VERSION = '7.6.2';

/**
* Flag to turn telemetry headers off.
Expand Down

0 comments on commit 8d37d23

Please sign in to comment.