Skip to content

Commit

Permalink
Bump version to 3.0.0 and changelog (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
divya-intelli authored Jun 29, 2023
1 parent 906b210 commit 33575e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# CHANGELOG
## [3.0.0](https://github.com/apigee/apigee-client-php/milestone/21?closed=1)
* [#262] Support Symfony/Serializer minimum version 6.2 (Added support for Drupal 10)
* [#272] Update dependencies for Symfony/Serializer 6.2 and dropped support for Symfony/Serializer 4.4

## [2.1.0](https://github.com/apigee/apigee-client-php/milestone/19?closed=1)
* [#246] Introduced AppGroup Entity which adds support for Apigee X Teams (New Feature)
API providers can now manage their Teams and Team members in Apigee X for non-monetized organizations. API providers using Apigee X with monetization enabled cannot leverage the Teams features in their Drupal developer portals at this time.
Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ interface ClientInterface extends HttpClient
*/
public const APIGEE_ON_GCP_ENDPOINT = 'https://apigee.googleapis.com/v1';

public const VERSION = '2.1.0';
public const VERSION = '3.0.0';

/**
* Allows access to the last request, response and exception.
Expand Down

0 comments on commit 33575e6

Please sign in to comment.