Skip to content

Commit f4db005

Browse files
Merge master into 280
2 parents bef41cc + b85041e commit f4db005

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010
### Changed
1111
- Removed deprecated `person_name`, `organization_name`, and `email` lead fields from itemSearch endpoints
1212

13+
## [29.2.4] - 2025-09-26
14+
### Fixed
15+
- Fixed incorrect description for max `limit` parameter in itemSearch v2 endpoint
16+
1317
## [29.2.3] - 2025-09-16
1418
### Fixed
1519
- Fixed incorrect `custom_fields` schema implementations by using the proper shared definition from `custom-fields.yaml`
@@ -959,7 +963,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
959963
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
960964
* Fixed typo in lead example response (`crrency` to `currency`)
961965

962-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v29.2.3...HEAD
966+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v29.2.4...HEAD
967+
[29.2.4]: https://github.com/pipedrive/api-docs/compare/v29.2.3...v29.2.4
963968
[29.2.3]: https://github.com/pipedrive/api-docs/compare/v29.2.2...v29.2.3
964969
[29.2.2]: https://github.com/pipedrive/api-docs/compare/v29.2.1...v29.2.2
965970
[29.2.1]: https://github.com/pipedrive/api-docs/compare/v29.2.0...v29.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": "29.2.3",
3+
"version": "29.2.4",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)