Skip to content

Commit defe05f

Browse files
29.1.0
1 parent 95493cf commit defe05f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

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+
## [29.1.0] - 2025-09-03
1012
### Added
1113
- Add documentation for product images functionality:
1214
- `GET` `/api/v2/products/{id}/images` endpoint
@@ -933,7 +935,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
933935
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
934936
* Fixed typo in lead example response (`crrency` to `currency`)
935937

936-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v29.0.0...HEAD
938+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v29.1.0...HEAD
939+
[29.1.0]: https://github.com/pipedrive/api-docs/compare/v29.0.0...v29.1.0
937940
[29.0.0]: https://github.com/pipedrive/api-docs/compare/v28.0.2...v29.0.0
938941
[28.0.2]: https://github.com/pipedrive/api-docs/compare/v28.0.1...v28.0.2
939942
[28.0.1]: https://github.com/pipedrive/api-docs/compare/v28.0.0...v28.0.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.0.0",
3+
"version": "29.1.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)