Skip to content

Commit 136d275

Browse files
committed
Merge branch 'master' into 227
2 parents 1d38456 + 10c2e13 commit 136d275

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,15 @@ AnyOfRecents
629629
### Changed
630630
- Changed the changelog file to test the SDK generation automation
631631

632+
## [27.1.0] - 2025-05-23
633+
### Added
634+
- Added `smart_bcc_email` to optional `include_fields` in Deals API v2
635+
636+
## [27.0.1] - 2025-05-23
637+
### Added
638+
- Added `is_archived` to request bodies of POST `deals` endpoints and PUT/PATCH `/deals/:id` endpoints
639+
- Added `archive_time` to request bodies of POST `deals` endpoints
640+
632641
## [27.0.0] - 2025-05-09
633642
### Changed
634643
- Send token in the `x-api-token` header instead of `api_token` query parameter
@@ -1494,7 +1503,9 @@ structure
14941503
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
14951504
* Fixed typo in lead example response (`crrency` to `currency`)
14961505

1497-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v27.0.0...HEAD
1506+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v27.1.0...HEAD
1507+
[27.1.0]: https://github.com/pipedrive/api-docs/compare/v27.0.1...v27.1.0
1508+
[27.0.1]: https://github.com/pipedrive/api-docs/compare/v27.0.0...v27.0.1
14981509
[27.0.0]: https://github.com/pipedrive/api-docs/compare/v26.0.0...v27.0.0
14991510
[26.0.0]: https://github.com/pipedrive/api-docs/compare/v25.0.0...v26.0.0
15001511
[25.0.0]: https://github.com/pipedrive/api-docs/compare/v24.2.0...v25.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.0",
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)