Skip to content

Commit 10c2e13

Browse files
Release v27.1.0 from PR #635
2 parents 511b278 + a6135dc commit 10c2e13

File tree

4 files changed

+27
-22
lines changed

4 files changed

+27
-22
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
88

99
## [Unreleased]
1010

11+
## [27.1.0] - 2025-05-23
12+
### Added
13+
- Added `smart_bcc_email` to optional `include_fields` in Deals API v2
14+
1115
## [27.0.1] - 2025-05-23
1216
### Added
1317
- Added `is_archived` to request bodies of POST `deals` endpoints and PUT/PATCH `/deals/:id` endpoints
@@ -878,7 +882,8 @@ structure
878882
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
879883
* Fixed typo in lead example response (`crrency` to `currency`)
880884

881-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v27.0.1...HEAD
885+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v27.1.0...HEAD
886+
[27.1.0]: https://github.com/pipedrive/api-docs/compare/v27.0.1...v27.1.0
882887
[27.0.1]: https://github.com/pipedrive/api-docs/compare/v27.0.0...v27.0.1
883888
[27.0.0]: https://github.com/pipedrive/api-docs/compare/v26.0.0...v27.0.0
884889
[26.0.0]: https://github.com/pipedrive/api-docs/compare/v25.0.0...v26.0.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": "27.0.1",
3+
"version": "27.1.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)