Skip to content

Commit bc0a6a2

Browse files
31.4.0
1 parent a047130 commit bc0a6a2

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
77
For public Changelog covering all changes done to Pipedrive’s API, webhooks and app extensions platforms, see [public Changelog](https://pipedrive.readme.io/docs/changelog) with discussion area in [Developers Community](https://devcommunity.pipedrive.com/c/documentation/changelog/19).
88

99
## [Unreleased]
10+
11+
## [31.4.0] - 2026-02-16
1012
### Fixed
1113
- 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.
1214

@@ -1119,7 +1121,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
11191121
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
11201122
* Fixed typo in lead example response (`crrency` to `currency`)
11211123

1122-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v31.3.0...HEAD
1124+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v31.4.0...HEAD
1125+
[31.4.0]: https://github.com/pipedrive/api-docs/compare/v31.3.0...v31.4.0
11231126
[31.3.0]: https://github.com/pipedrive/api-docs/compare/v31.2.1...v31.3.0
11241127
[31.2.1]: https://github.com/pipedrive/api-docs/compare/v31.2.0...v31.2.1
11251128
[31.2.0]: https://github.com/pipedrive/api-docs/compare/v31.1.0...v31.2.0

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.3.0",
3+
"version": "31.4.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)