Skip to content

Commit fd0313c

Browse files
30.9.0
1 parent 3cba63e commit fd0313c

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+
## [30.9.0] - 2026-01-27
1012
### Added
1113
- 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
1214

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

1059-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.8.1...HEAD
1061+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.9.0...HEAD
1062+
[30.9.0]: https://github.com/pipedrive/api-docs/compare/v30.8.1...v30.9.0
10601063
[30.8.1]: https://github.com/pipedrive/api-docs/compare/v30.8.0...v30.8.1
10611064
[30.8.0]: https://github.com/pipedrive/api-docs/compare/v30.7.0...v30.8.0
10621065
[30.7.0]: https://github.com/pipedrive/api-docs/compare/v30.6.0...v30.7.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.1",
3+
"version": "30.9.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)