Skip to content

Commit

Permalink
Merge pull request #35 from mxr576/2.0.0-prep
Browse files Browse the repository at this point in the history
2.0.0 release
  • Loading branch information
mxr576 authored Nov 27, 2018
2 parents 75f2ac6 + 369e9ff commit 646029e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.0.0 - 2018-11-27
* **First stable release!** :tada: :tada: :tada:
* Added Monetization API support with [alpha stability](https://github.com/apigee/apigee-client-php/blob/3856d585878628eb6c44541cf5529055c8a480b6/README.md#monetization-api-alpha-release). (Management API support is stable.)
* Added missing organization controller parameter to the Company controller's constructor.
* Improved documentation of the CompanyMembersControllerInterface's `setMembers()` methods.

## 2.0.0-alpha6 - 2018-11-09
* idProperty() on entity objects is a static method from now.
* Setters on entities now accepts variable lengths arguments instead of an array. This way we can leverage PHP's built-in type check on these methods as well.
Expand Down
2 changes: 1 addition & 1 deletion src/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ interface ClientInterface extends HttpClient
{
public const DEFAULT_ENDPOINT = 'https://api.enterprise.apigee.com/v1';

public const VERSION = '2.0.0-alpha5';
public const VERSION = '2.0.0';

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

0 comments on commit 646029e

Please sign in to comment.