@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88NOTE: For more granular API-specific changes, please see our [ API Changelog] ( https://developers.klaviyo.com/en/docs/changelog_ )
99
10+ ## [ 5.1.1] - revision 2023-08-15
11+
12+ ### Fixed
13+
14+ - Fixed a bug that was impacting the ` unset ` functionality for ` update_profile `
15+
1016## [ 5.1.0] - revision 2023-08-15
1117
1218### Added
@@ -79,7 +85,7 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
7985 - ` create_client_profile `
8086 - ` create_client_subscription `
8187
82- ## [ 2.0.0] - 2023-04-06
88+ ## [ 2.0.0] - revision 2023-04-06
8389
8490### Added
8591
@@ -94,18 +100,18 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
94100- To migrate to this latest version, all calls to relationship endpoints need to be updated, as in the following example:
95101 - ` get_campaign_relationships(campaign_id, "tags") ` will become ` get_campaign_relationships_tags(campaign_id) ` .
96102
97- ## [ 1.3.1] - 2023-03-09
103+ ## [ 1.3.1] - revision 2023-03-09
98104
99105### Added
100106
101107- Added ` page_size ` support for paging through endpoints that return profiles.
102108
103- ## [ 1.2.1] - 2023-02-23
109+ ## [ 1.2.1] - revision 2023-02-23
104110
105111### Fixed
106112- Fixed a bug that caused paging through events to periodically fail.
107113
108- ## [ 1.2.0] - 2023-02-23
114+ ## [ 1.2.0] - revision 2023-02-23
109115
110116### Added
111117
@@ -115,7 +121,7 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
115121
116122- Pagination for Flows changed from page offset to cursor.
117123
118- ## [ 1.1.0] - 2023-01-25
124+ ## [ 1.1.0] - revision 2023-01-25
119125
120126### Added
121127
@@ -126,7 +132,7 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
126132 - Get List Tags
127133 - Get Segment Tags
128134
129- ## [ 1.0.0] - 2022-10-19
135+ ## [ 1.0.0] - revision 2022-10-19
130136
131137### Added
132138
@@ -140,4 +146,4 @@ NOTE: For more granular API-specific changes, please see our [API Changelog](htt
140146 - client name: ` Client ` → ` KlaviyoAPI `
141147 - Client variable name in readme examples: ` client ` → ` klaviyo `
142148 - Some functions have changed name
143- - New resources and endpoints: see [ API Changelog] ( https://developers.klaviyo.com/en/docs/changelog_ ) for full details
149+ - New resources and endpoints: see [ API Changelog] ( https://developers.klaviyo.com/en/docs/changelog_ ) for full details
0 commit comments