@@ -10,6 +10,20 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010### Fixed
1111- Fixed PHP SDK v2 Configuration to use correct ` /v2 ` API endpoints after OAuth token refresh instead of defaulting to ` /v1 `
1212
13+ ## [ 30.2.0] - 2025-10-06
14+ ### Added
15+ - Added ` POST /deals/{id}/products/bulk ` endpoint for creating multiple deal products at once (max 100 per request)
16+ - Added ` DELETE /deals/{id}/products ` endpoint for deleting multiple deal products at once (max 100 per request)
17+
18+ ## [ 30.1.0] - 2025-10-06
19+ ### Added
20+ - Added ` POST /deals/{id}/products/bulk ` endpoint for creating multiple deal products at once (max 100 per request)
21+ - Added ` DELETE /deals/{id}/products ` endpoint for deleting multiple deal products at once (max 100 per request)
22+
23+ ## [ 30.0.0] - 2025-10-06
24+ ### Changed
25+ - Removed deprecated ` person_name ` , ` organization_name ` , and ` email ` lead fields from itemSearch endpoints
26+
1327## [ 29.2.5] - 2025-10-03
1428
1529## [ 29.2.4] - 2025-09-26
@@ -965,7 +979,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
965979* Fixed ` GET /goal/:id/results ` error handling in case when there are no existing stages connected to specified goal
966980* Fixed typo in lead example response (` crrency ` to ` currency ` )
967981
968- [ Unreleased ] : https://github.com/pipedrive/api-docs/compare/v29.2.5...HEAD
982+ [ Unreleased ] : https://github.com/pipedrive/api-docs/compare/v30.2.0...HEAD
983+ [ 30.2.0 ] : https://github.com/pipedrive/api-docs/compare/v30.1.0...v30.2.0
984+ [ 30.1.0 ] : https://github.com/pipedrive/api-docs/compare/v30.0.0...v30.1.0
985+ [ 30.0.0 ] : https://github.com/pipedrive/api-docs/compare/v29.2.5...v30.0.0
969986[ 29.2.5 ] : https://github.com/pipedrive/api-docs/compare/v29.2.4...v29.2.5
970987[ 29.2.4 ] : https://github.com/pipedrive/api-docs/compare/v29.2.3...v29.2.4
971988[ 29.2.3 ] : https://github.com/pipedrive/api-docs/compare/v29.2.2...v29.2.3
0 commit comments