Skip to content

Commit 8d37d23

Browse files
author
Evan Sims
authored
Release 7.6.2 (#478)
1 parent 2edaac2 commit 8d37d23

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

3-
## [7.6.1](https://github.com/auth0/auth0-PHP/tree/7.6.0) (2021-01-01)
3+
## [7.6.2](https://github.com/auth0/auth0-PHP/tree/7.6.2) (2021-01-01)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.6.1...7.6.2)
6+
7+
**Fixed**
8+
9+
- 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))
10+
11+
## [7.6.1](https://github.com/auth0/auth0-PHP/tree/7.6.1) (2021-01-01)
412

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

src/API/Helpers/ApiClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class ApiClient
1313
{
1414

15-
const API_VERSION = '7.6.1';
15+
const API_VERSION = '7.6.2';
1616

1717
/**
1818
* Flag to turn telemetry headers off.

0 commit comments

Comments
 (0)