Skip to content

Commit 05c538b

Browse files
authored
Release 7.8.0 (#485)
* docs: Update CHANGELOG * chores: Bump SDK version to 7.8.0
1 parent ccdfa42 commit 05c538b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CHANGELOG
22

3-
## [7.7.0](https://github.com/auth0/auth0-PHP/tree/7.6.2) (2021-03-19)
3+
## [7.8.0](https://github.com/auth0/auth0-PHP/tree/7.8.0) (2021-03-19)
4+
5+
[Full Changelog](https://github.com/auth0/auth0-PHP/compare/7.7.0...7.8.0)
6+
7+
This release expands Organizations support to the Management API client. Please see the README for details on Organizations, currently in closed beta testing.
8+
9+
**Added**
10+
11+
- Add Organizations support to Management API Client [\#483](https://github.com/auth0/auth0-PHP/pull/483) ([evansims](https://github.com/evansims))
12+
13+
## [7.7.0](https://github.com/auth0/auth0-PHP/tree/7.7.0) (2021-03-19)
414

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

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

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

0 commit comments

Comments
 (0)