Skip to content

Commit ef900fb

Browse files
committed
Increment version number
1 parent b311483 commit ef900fb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
* Your improvement here!
1010

11+
## 1.5.0
12+
13+
* Adds shopper activity v3 end points (Thanks @RickKukiela!)
14+
1115
## 1.4.2
1216

1317
* Update composer.json to allow newer PHP.

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
class Client
1919
{
20-
const VERSION = '1.4.2';
20+
const VERSION = '1.5.0';
2121

2222
/** @var string */
2323
protected $api_key = '';

0 commit comments

Comments
 (0)