Skip to content

Commit fd31824

Browse files
Merge master into 314
2 parents e942986 + 6a02c95 commit fd31824

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010
### Changed
1111
- Changed `board_id` and `phase_id` to be optional in `POST /api/v1/projects`
1212

13+
## [31.5.0] - 2026-03-04
14+
### Added
15+
- Added `source_deal_id` field to Lead schema to track the deal ID when a lead is converted from a deal
16+
- Added `source_lead_id` field to v2 Deal schema to track the lead ID when a deal is converted from a lead
17+
1318
## [31.4.0] - 2026-02-16
1419
### Fixed
1520
- Fixed `GET /v1/deals/{id}/participants` and `POST /v1/deals/{id}/participants` response schemas to accurately represent the API response structure. Added `DealParticipantItem` schema with proper nesting of `email` and `phone` fields within `person_id` object, replacing incorrect `PersonItem` reference.
@@ -1123,7 +1128,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
11231128
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
11241129
* Fixed typo in lead example response (`crrency` to `currency`)
11251130

1126-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v31.4.0...HEAD
1131+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v31.5.0...HEAD
1132+
[31.5.0]: https://github.com/pipedrive/api-docs/compare/v31.4.0...v31.5.0
11271133
[31.4.0]: https://github.com/pipedrive/api-docs/compare/v31.3.0...v31.4.0
11281134
[31.3.0]: https://github.com/pipedrive/api-docs/compare/v31.2.1...v31.3.0
11291135
[31.2.1]: https://github.com/pipedrive/api-docs/compare/v31.2.0...v31.2.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipedrive",
3-
"version": "31.4.0",
3+
"version": "31.5.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)