Skip to content

Commit 61bae58

Browse files
authored
Merge pull request #43 from DripEmail/bs/v1.5.1
Increment version number to get release and version number to match
2 parents 1f3abaa + 5b98e95 commit 61bae58

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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.1
12+
13+
* Include new version number in the release (hopefully)
14+
1115
## 1.5.0
1216

1317
* Adds shopper activity v3 end points (Thanks @RickKukiela!)

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.5.0';
20+
const VERSION = '1.5.1';
2121

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

0 commit comments

Comments
 (0)