Skip to content

Commit

Permalink
Merge pull request #6 from mxr576/2.0.0-alpha2
Browse files Browse the repository at this point in the history
2.0.0 alpha2 preparations
  • Loading branch information
mxr576 authored May 24, 2018
2 parents 77a5b2f + 3614597 commit 7ae1575
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CHANGELOG

## 2.0.0-alpha2 - 2018-05-24

* Added CHANGELOG.md.
* Fixed: Failed API calls caused issues if OAuth authentication were in use.
* Two new required parameters added to AppCredentialControllerInterface::generate().
(These required by the API.)
* AppCredentialControllerInterface::overrideAttributes() removed because
interface now implements the AttributesAwareEntityControllerInterface interface.
All previous usage of overrideAttributes() must be replaced with
updateAttributes().
* Extended test coverage.

## 2.0.0-alpha1 - 2018-05-09

* First alpha release.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Client implements ClientInterface

public const CONFIG_ERROR_FORMATTER = 'error_formatter';

protected const VERSION = '2.0.0-alpha1';
protected const VERSION = '2.0.0-alpha2';

private const DEFAULT_ENDPOINT = 'https://api.enterprise.apigee.com/v1';

Expand Down

0 comments on commit 7ae1575

Please sign in to comment.