Skip to content

Commit 95cdd4f

Browse files
authored
Release 7.9.2 (#530)
* chore: Bump SDK version telemetry * docs: Update CHANGELOG
1 parent 958dbe8 commit 95cdd4f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

3-
## [7.9.1](https://github.com/auth0/auth0-PHP/tree/7.9.0) (2021-07-06)
3+
## [7.9.2](https://github.com/auth0/auth0-PHP/tree/7.9.2) (2021-08-03)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.9.1...7.9.2)
6+
7+
**Fixed**
8+
9+
- Add missing API2 POST /tickets/password-change params [\#523](https://github.com/auth0/auth0-PHP/pull/523) ([evansims](https://github.com/evansims))
10+
11+
## [7.9.1](https://github.com/auth0/auth0-PHP/tree/7.9.1) (2021-07-06)
412

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

src/API/Helpers/ApiClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class ApiClient
1313
{
1414

15-
const API_VERSION = '7.9.1';
15+
const API_VERSION = '7.9.2';
1616

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

0 commit comments

Comments
 (0)