Skip to content

Commit 92c4151

Browse files
Merge master into 308
2 parents 6c6def1 + f4e216c commit 92c4151

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
2424
- `PUT /api/v2/products/{id}/images`
2525
- `DELETE /api/v2/products/{id}/images`
2626

27+
## [31.1.0] - 2026-01-30
28+
### Added
29+
- Added `updated_since` query parameter to `GET /v1/leads` endpoint to filter leads by their `update_time`
30+
- Added `updated_since` query parameter to `GET /v1/notes` endpoint to filter notes by their `update_time`
31+
2732
## [31.0.0] - 2026-01-27
2833
### Removed
2934
- Removed deprecated bulk delete endpoints:
@@ -1097,7 +1102,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
10971102
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
10981103
* Fixed typo in lead example response (`crrency` to `currency`)
10991104

1100-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v31.0.0...HEAD
1105+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v31.1.0...HEAD
1106+
[31.1.0]: https://github.com/pipedrive/api-docs/compare/v31.0.0...v31.1.0
11011107
[31.0.0]: https://github.com/pipedrive/api-docs/compare/v30.11.0...v31.0.0
11021108
[30.11.0]: https://github.com/pipedrive/api-docs/compare/v30.10.0...v30.11.0
11031109
[30.10.0]: https://github.com/pipedrive/api-docs/compare/v30.9.1...v30.10.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.0.0",
3+
"version": "31.1.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)