From 8d37d23b8d0b92525b05b0a22c35ffd28e5fcec5 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Mon, 1 Feb 2021 10:03:34 -0500 Subject: [PATCH] Release 7.6.2 (#478) --- CHANGELOG.md | 10 +++++++++- src/API/Helpers/ApiClient.php | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c18c60..8611a75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/API/Helpers/ApiClient.php b/src/API/Helpers/ApiClient.php index 82e413cc..e9ccfcb1 100644 --- a/src/API/Helpers/ApiClient.php +++ b/src/API/Helpers/ApiClient.php @@ -12,7 +12,7 @@ class ApiClient { - const API_VERSION = '7.6.1'; + const API_VERSION = '7.6.2'; /** * Flag to turn telemetry headers off.