File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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)
4
12
5
13
[ Full Changelog] ( https://github.com/auth0/auth0-PHP/compare/7.9.0...7.9.1 )
6
14
Original file line number Diff line number Diff line change 12
12
class ApiClient
13
13
{
14
14
15
- const API_VERSION = '7.9.1 ' ;
15
+ const API_VERSION = '7.9.2 ' ;
16
16
17
17
/**
18
18
* Flag to turn telemetry headers off.
You can’t perform that action at this time.
0 commit comments