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

Commit f1b9792

Browse files
authored
Merge pull request #59 from klaviyo/202105_bump_2.3.1
bump 2.3.1
2 parents 85618ca + 6a5ee27 commit f1b9792

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,6 +1,9 @@
11
## CHANGELOG
22
### [Unreleased]
33

4+
### [2.3.1]
5+
- Fix - Use generic exception message if details not available.
6+
47
### [2.3.0]
58
- Update - Add people/search endpoint.
69
- Update - Add data-privacy/deletion-request endpoint.
@@ -46,5 +49,6 @@
4649
### 1.0
4750
- 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
4851

49-
[Unreleased]: https://github.com/klaviyo/php-klaviyo/compare/2.3.0...HEAD
52+
[Unreleased]: https://github.com/klaviyo/php-klaviyo/compare/2.3.1...HEAD
53+
[2.3.1]: https://github.com/klaviyo/php-klaviyo/compare/2.3.0...2.3.1
5054
[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.0';
24+
const VERSION = '2.3.1';
2525

2626
/**
2727
* Constructor for Klaviyo.

0 commit comments

Comments
 (0)