@@ -14,6 +14,33 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1414 - ` GET /v1/webhooks `
1515 - ` POST /v1/webhooks `
1616
17+ ## [ 29.2.0] - 2025-09-03
18+ ### Added
19+ - Documented the ` name ` property in the Webhooks API for the following endpoints:
20+ - ` GET /v1/webhooks `
21+ - ` POST /v1/webhooks `
22+
23+ ## [ 29.1.0] - 2025-09-03
24+ ### Added
25+ - Add documentation for product images functionality:
26+ - ` GET ` ` /api/v2/products/{id}/images ` endpoint
27+ - ` POST ` ` /api/v2/products/{id}/images ` endpoint
28+ - ` PUT ` ` /api/v2/products/{id}/images ` endpoint
29+ - ` DELETE ` ` /api/v2/products/{id}/images ` endpoint
30+
31+ ## [ 29.0.0] - 2025-09-03
32+ ### Removed
33+ - Removed all endpoints of the Subscriptions feature
34+ - GET /v1/subscriptions/{id}
35+ - GET /v1/subscriptions/find/{dealId}
36+ - GET /v1/subscriptions/{id}/payments
37+ - POST /v1/subscriptions/recurring
38+ - POST /v1/subscriptions/installment
39+ - PUT /v1/subscriptions/recurring/{id}
40+ - PUT /v1/subscriptions/installment/{id}
41+ - PUT /v1/subscriptions/recurring/{id}/cancel
42+ - DELETE /v1/subscriptions/{id}
43+
1744## [ 28.0.2] - 2025-07-07
1845### Added
1946- Added ` custom_fields ` type to ` deal ` , ` person ` , ` organization ` , ` product ` schemas
@@ -920,7 +947,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
920947* Fixed ` GET /goal/:id/results ` error handling in case when there are no existing stages connected to specified goal
921948* Fixed typo in lead example response (` crrency ` to ` currency ` )
922949
923- [ Unreleased ] : https://github.com/pipedrive/api-docs/compare/v28.0.2...HEAD
950+ [ Unreleased ] : https://github.com/pipedrive/api-docs/compare/v29.2.0...HEAD
951+ [ 29.2.0 ] : https://github.com/pipedrive/api-docs/compare/v29.1.0...v29.2.0
952+ [ 29.1.0 ] : https://github.com/pipedrive/api-docs/compare/v29.0.0...v29.1.0
953+ [ 29.0.0 ] : https://github.com/pipedrive/api-docs/compare/v28.0.2...v29.0.0
924954[ 28.0.2 ] : https://github.com/pipedrive/api-docs/compare/v28.0.1...v28.0.2
925955[ 28.0.1 ] : https://github.com/pipedrive/api-docs/compare/v28.0.0...v28.0.1
926956[ 28.0.0 ] : https://github.com/pipedrive/api-docs/compare/v27.2.1...v28.0.0
0 commit comments