Skip to content

Commit

Permalink
Update version to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Dec 17, 2016
1 parent 74531c3 commit 2b4d2e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.2
---
[17 Dec, 2016]
* Update to akamai-open/edgegrid-auth 0.6.1 (PHP 7.1 compatibility)

0.6.1
---
[04 Nov, 2016]
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
class Client extends \GuzzleHttp\Client implements \Psr\Log\LoggerAwareInterface
{
const VERSION = "0.6.1";
const VERSION = "0.6.2";

/**
* @const int Default Timeout in seconds
Expand Down

0 comments on commit 2b4d2e8

Please sign in to comment.