Skip to content

Commit 46f2ade

Browse files
committed
Release 7.2.0
1 parent 660163b commit 46f2ade

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## [7.2.0](https://github.com/auth0/auth0-PHP/tree/7.2.0) (2020-04-23)
4+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.1.0...7.2.0)
5+
6+
**Closed issues**
7+
- Renew Tokens throws nonce error [\#432](https://github.com/auth0/auth0-PHP/issues/432)
8+
- email_passwordless_start not setting client_secret [\#431](https://github.com/auth0/auth0-PHP/issues/431)
9+
10+
**Added**
11+
- /passwordless/start accepts client_secret now [\#430](https://github.com/auth0/auth0-PHP/pull/430) ([abbaspour](https://github.com/abbaspour))
12+
13+
**Fixed**
14+
- Allow no nonce option [\#434](https://github.com/auth0/auth0-PHP/pull/434) ([joshcanhelp](https://github.com/joshcanhelp))
15+
316
## [7.1.0](https://github.com/auth0/auth0-PHP/tree/7.1.0) (2020-02-19)
417
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.0.0...7.1.0)
518

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.1.0';
15+
const API_VERSION = '7.2.0';
1616

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

0 commit comments

Comments
 (0)