Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit 434c237

Browse files
authored
Merge pull request #64 from klaviyo/202106_bump_2.3.2
Bump version 2.3.2
2 parents 239a0ca + 9ba8f6f commit 434c237

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## CHANGELOG
22
### [Unreleased]
3+
4+
### [2.3.2]
5+
- Update - Add global suppression endpoint.
36
- Fix - Explicitly set curl query array and authentication.
47

58
### [2.3.1]
@@ -50,6 +53,7 @@
5053
### 1.0
5154
- 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
5255

53-
[Unreleased]: https://github.com/klaviyo/php-klaviyo/compare/2.3.1...HEAD
56+
[Unreleased]: https://github.com/klaviyo/php-klaviyo/compare/2.3.2...HEAD
57+
[2.3.2]: https://github.com/klaviyo/php-klaviyo/compare/2.3.1...2.3.2
5458
[2.3.1]: https://github.com/klaviyo/php-klaviyo/compare/2.3.0...2.3.1
5559
[2.3.0]: https://github.com/klaviyo/php-klaviyo/compare/2.2.5...2.3.0

src/Klaviyo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Klaviyo
2121
/**
2222
* @var string
2323
*/
24-
const VERSION = '2.3.1';
24+
const VERSION = '2.3.2';
2525

2626
/**
2727
* Constructor for Klaviyo.

0 commit comments

Comments
 (0)