@@ -12,6 +12,27 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1212 - ` GET /v1/webhooks `
1313 - ` POST /v1/webhooks `
1414
15+ ## [ 29.1.0] - 2025-09-03
16+ ### Added
17+ - Add documentation for product images functionality:
18+ - ` GET ` ` /api/v2/products/{id}/images ` endpoint
19+ - ` POST ` ` /api/v2/products/{id}/images ` endpoint
20+ - ` PUT ` ` /api/v2/products/{id}/images ` endpoint
21+ - ` DELETE ` ` /api/v2/products/{id}/images ` endpoint
22+
23+ ## [ 29.0.0] - 2025-09-03
24+ ### Removed
25+ - Removed all endpoints of the Subscriptions feature
26+ - GET /v1/subscriptions/{id}
27+ - GET /v1/subscriptions/find/{dealId}
28+ - GET /v1/subscriptions/{id}/payments
29+ - POST /v1/subscriptions/recurring
30+ - POST /v1/subscriptions/installment
31+ - PUT /v1/subscriptions/recurring/{id}
32+ - PUT /v1/subscriptions/installment/{id}
33+ - PUT /v1/subscriptions/recurring/{id}/cancel
34+ - DELETE /v1/subscriptions/{id}
35+
1536## [ 28.0.2] - 2025-07-07
1637### Added
1738- Added ` custom_fields ` type to ` deal ` , ` person ` , ` organization ` , ` product ` schemas
@@ -918,7 +939,9 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
918939* Fixed ` GET /goal/:id/results ` error handling in case when there are no existing stages connected to specified goal
919940* Fixed typo in lead example response (` crrency ` to ` currency ` )
920941
921- [ Unreleased ] : https://github.com/pipedrive/api-docs/compare/v28.0.2...HEAD
942+ [ Unreleased ] : https://github.com/pipedrive/api-docs/compare/v29.1.0...HEAD
943+ [ 29.1.0 ] : https://github.com/pipedrive/api-docs/compare/v29.0.0...v29.1.0
944+ [ 29.0.0 ] : https://github.com/pipedrive/api-docs/compare/v28.0.2...v29.0.0
922945[ 28.0.2 ] : https://github.com/pipedrive/api-docs/compare/v28.0.1...v28.0.2
923946[ 28.0.1 ] : https://github.com/pipedrive/api-docs/compare/v28.0.0...v28.0.1
924947[ 28.0.0 ] : https://github.com/pipedrive/api-docs/compare/v27.2.1...v28.0.0
0 commit comments