diff --git a/CHANGELOG.md b/CHANGELOG.md index 956e843..2fb8155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Your improvement here! +## 1.5.1 + +* Include new version number in the release (hopefully) + ## 1.5.0 * Adds shopper activity v3 end points (Thanks @RickKukiela!) diff --git a/src/Client.php b/src/Client.php index af8fa94..566fadc 100644 --- a/src/Client.php +++ b/src/Client.php @@ -17,7 +17,7 @@ */ class Client { - const VERSION = '1.5.0'; + const VERSION = '1.5.1'; /** @var string */ protected $api_key = '';