Skip to content

Commit

Permalink
Release 7.8.0 (#485)
Browse files Browse the repository at this point in the history
* docs: Update CHANGELOG

* chores: Bump SDK version to 7.8.0
  • Loading branch information
evansims authored Apr 1, 2021
1 parent ccdfa42 commit 05c538b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG

## [7.7.0](https://github.com/auth0/auth0-PHP/tree/7.6.2) (2021-03-19)
## [7.8.0](https://github.com/auth0/auth0-PHP/tree/7.8.0) (2021-03-19)

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

This release expands Organizations support to the Management API client. Please see the README for details on Organizations, currently in closed beta testing.

**Added**

- Add Organizations support to Management API Client [\#483](https://github.com/auth0/auth0-PHP/pull/483) ([evansims](https://github.com/evansims))

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

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

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

0 comments on commit 05c538b

Please sign in to comment.