Skip to content

Commit

Permalink
Release 7.9.2 (#530)
Browse files Browse the repository at this point in the history
* chore: Bump SDK version telemetry

* docs: Update CHANGELOG
  • Loading branch information
evansims authored Aug 4, 2021
1 parent 958dbe8 commit 95cdd4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# CHANGELOG

## [7.9.1](https://github.com/auth0/auth0-PHP/tree/7.9.0) (2021-07-06)
## [7.9.2](https://github.com/auth0/auth0-PHP/tree/7.9.2) (2021-08-03)

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

**Fixed**

- Add missing API2 POST /tickets/password-change params [\#523](https://github.com/auth0/auth0-PHP/pull/523) ([evansims](https://github.com/evansims))

## [7.9.1](https://github.com/auth0/auth0-PHP/tree/7.9.1) (2021-07-06)

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

Expand Down
2 changes: 1 addition & 1 deletion src/API/Helpers/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class ApiClient
{

const API_VERSION = '7.9.1';
const API_VERSION = '7.9.2';

/**
* Flag to turn telemetry headers off.
Expand Down

0 comments on commit 95cdd4f

Please sign in to comment.