Skip to content

Commit

Permalink
Update for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Sep 1, 2017
1 parent bc48c97 commit a368473
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 @@
1.0.0
---
[01 Sep, 2017]
* Update to latest dependencies

1.0.0beta1
---
[13 Jan, 2017]
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
class Client extends \GuzzleHttp\Client implements \Psr\Log\LoggerAwareInterface
{
const VERSION = '1.0.0beta1';
const VERSION = '1.0.0';

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

0 comments on commit a368473

Please sign in to comment.