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

Commit 9ba8f6f

Browse files
committed
bump version 2.3.2
1 parent 239a0ca commit 9ba8f6f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)