Skip to content

Commit 5fd9f6d

Browse files
committed
Merge branch 'master' into 206
2 parents be1a4a2 + 511b278 commit 5fd9f6d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
1010
### Added
1111
- Added `smart_bcc_email` to optional `include_fields` in Deals API v2
1212

13+
## [27.0.1] - 2025-05-23
14+
### Added
15+
- Added `is_archived` to request bodies of POST `deals` endpoints and PUT/PATCH `/deals/:id` endpoints
16+
- Added `archive_time` to request bodies of POST `deals` endpoints
17+
1318
## [27.0.0] - 2025-05-09
1419
### Changed
1520
- Send token in the `x-api-token` header instead of `api_token` query parameter
@@ -875,7 +880,8 @@ structure
875880
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
876881
* Fixed typo in lead example response (`crrency` to `currency`)
877882

878-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v27.0.0...HEAD
883+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v27.0.1...HEAD
884+
[27.0.1]: https://github.com/pipedrive/api-docs/compare/v27.0.0...v27.0.1
879885
[27.0.0]: https://github.com/pipedrive/api-docs/compare/v26.0.0...v27.0.0
880886
[26.0.0]: https://github.com/pipedrive/api-docs/compare/v25.0.0...v26.0.0
881887
[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.0.1",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)