Skip to content

Commit 467ebff

Browse files
27.0.0
1 parent dae5142 commit 467ebff

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+
## [27.0.0] - 2025-05-09
1012
### Changed
1113
- Send token in the `x-api-token` header instead of `api_token` query parameter
1214

@@ -871,7 +873,8 @@ structure
871873
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
872874
* Fixed typo in lead example response (`crrency` to `currency`)
873875

874-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v26.0.0...HEAD
876+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v27.0.0...HEAD
877+
[27.0.0]: https://github.com/pipedrive/api-docs/compare/v26.0.0...v27.0.0
875878
[26.0.0]: https://github.com/pipedrive/api-docs/compare/v25.0.0...v26.0.0
876879
[25.0.0]: https://github.com/pipedrive/api-docs/compare/v24.2.0...v25.0.0
877880
[24.2.0]: https://github.com/pipedrive/api-docs/compare/v24.1.1...v24.2.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": "26.0.0",
3+
"version": "27.0.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)