Skip to content

Commit

Permalink
chore: Package 7.9.1 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims authored Jul 6, 2021
1 parent 7a58886 commit 44caed3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

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

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

**Fixed**

- Replace deprated/removed GuzzleHttp\Psr7\build_query [\#500](https://github.com/auth0/auth0-PHP/pull/500) ([bartvanraaij](https://github.com/bartvanraaij))

## [7.9.0](https://github.com/auth0/auth0-PHP/tree/7.9.0) (2021-05-03)

[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.8.0...7.9.0)
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.0';
const API_VERSION = '7.9.1';

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

0 comments on commit 44caed3

Please sign in to comment.