From 5b98e954dda520c93cc0b91579770e4c7ad81ee2 Mon Sep 17 00:00:00 2001 From: BenSandeen <12025856+BenSandeen@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:50:31 -0600 Subject: [PATCH] Increment version number to get release and version number to match --- CHANGELOG.md | 4 ++++ src/Client.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 = '';