We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f3abaa + 5b98e95 commit 61bae58Copy full SHA for 61bae58
CHANGELOG.md
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
9
* Your improvement here!
10
11
+## 1.5.1
12
+
13
+* Include new version number in the release (hopefully)
14
15
## 1.5.0
16
17
* Adds shopper activity v3 end points (Thanks @RickKukiela!)
src/Client.php
@@ -17,7 +17,7 @@
*/
18
class Client
19
{
20
- const VERSION = '1.5.0';
+ const VERSION = '1.5.1';
21
22
/** @var string */
23
protected $api_key = '';
0 commit comments