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

Commit

Permalink
Merge pull request #64 from klaviyo/202106_bump_2.3.2
Browse files Browse the repository at this point in the history
Bump version 2.3.2
  • Loading branch information
smoucka authored Jun 23, 2021
2 parents 239a0ca + 9ba8f6f commit 434c237
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/Klaviyo.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Klaviyo
/**
* @var string
*/
const VERSION = '2.3.1';
const VERSION = '2.3.2';

/**
* Constructor for Klaviyo.
Expand Down

0 comments on commit 434c237

Please sign in to comment.