Skip to content

Commit

Permalink
FInalize details for 4.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcobb committed May 24, 2017
1 parent 5dab963 commit 7f9b1f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.0.0 (May 24, 2017)
- Fix issue with parameters for `listCategories`.

## 4.0.0RC1 (March 20, 2017)
- Upgrade to [Guzzle 6.2](https://github.com/guzzle/guzzle).
- Create new `TEvoAuthMiddleware` to handle API authentication since the old Subscriber method no longer works.
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Client
*
* @const string
*/
const VERSION = '4.0.0dev';
const VERSION = '4.0.0';

/**
* Guzzle service description
Expand Down

0 comments on commit 7f9b1f7

Please sign in to comment.