Skip to content

Commit 3cba63e

Browse files
Merge master into 299
2 parents 13ce77c + ca1cb3d commit 3cba63e

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
### Added
1111
- Added `GET /api/v2/persons/{id}/picture` endpoint to retrieve picture information for a specific person, including ID, file size, and URLs for both 128x128 (thumbnail) and 512x512 (full-size) versions of the person's profile picture
1212

13+
## [30.8.1] - 2026-01-27
14+
### Fixed
15+
- Removed `is_selected` from `/api/v2/pipelines` response, the field was never returned
16+
1317
## [30.8.0] - 2025-12-05
1418
### Added
1519
- Added three new OAuth2 scopes for field management:
@@ -1052,7 +1056,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
10521056
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
10531057
* Fixed typo in lead example response (`crrency` to `currency`)
10541058

1055-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.8.0...HEAD
1059+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.8.1...HEAD
1060+
[30.8.1]: https://github.com/pipedrive/api-docs/compare/v30.8.0...v30.8.1
10561061
[30.8.0]: https://github.com/pipedrive/api-docs/compare/v30.7.0...v30.8.0
10571062
[30.7.0]: https://github.com/pipedrive/api-docs/compare/v30.6.0...v30.7.0
10581063
[30.6.0]: https://github.com/pipedrive/api-docs/compare/v30.5.0...v30.6.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": "30.8.0",
3+
"version": "30.8.1",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)