From 9ba8f6fa4613742606d9db2a996795dd784a7df6 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 22 Jun 2021 16:31:23 -0400 Subject: [PATCH] bump version 2.3.2 --- CHANGELOG.md | 6 +++++- src/Klaviyo.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb3a493..2932346 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## CHANGELOG ### [Unreleased] + +### [2.3.2] +- Update - Add global suppression endpoint. - Fix - Explicitly set curl query array and authentication. ### [2.3.1] @@ -50,6 +53,7 @@ ### 1.0 - As this changelog was created after 2.0.0, please refer to the README for version 1 https://github.com/klaviyo/php-klaviyo/tree/d388ca998dff55b2a7e420c2c7aa2cd221365d1c -[Unreleased]: https://github.com/klaviyo/php-klaviyo/compare/2.3.1...HEAD +[Unreleased]: https://github.com/klaviyo/php-klaviyo/compare/2.3.2...HEAD +[2.3.2]: https://github.com/klaviyo/php-klaviyo/compare/2.3.1...2.3.2 [2.3.1]: https://github.com/klaviyo/php-klaviyo/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/klaviyo/php-klaviyo/compare/2.2.5...2.3.0 diff --git a/src/Klaviyo.php b/src/Klaviyo.php index a7cc8a6..0bfdf02 100644 --- a/src/Klaviyo.php +++ b/src/Klaviyo.php @@ -21,7 +21,7 @@ class Klaviyo /** * @var string */ - const VERSION = '2.3.1'; + const VERSION = '2.3.2'; /** * Constructor for Klaviyo.