Skip to content

Commit 4fb9c92

Browse files
Release v30.3.0 from PR #678
2 parents 3672875 + e07ac5f commit 4fb9c92

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
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+
## [30.3.0] - 2025-10-06
12+
## Added
13+
- Added `is_archived` field in search response schemas for deals and leads
14+
1115
## [30.2.1] - 2025-10-06
1216
### Fixed
1317
- Fixed PHP SDK v2 Configuration to use correct `/v2` API endpoints after OAuth token refresh instead of defaulting to `/v1`
@@ -981,7 +985,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
981985
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
982986
* Fixed typo in lead example response (`crrency` to `currency`)
983987

984-
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.2.1...HEAD
988+
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v30.3.0...HEAD
989+
[30.3.0]: https://github.com/pipedrive/api-docs/compare/v30.2.1...v30.3.0
985990
[30.2.1]: https://github.com/pipedrive/api-docs/compare/v30.2.0...v30.2.1
986991
[30.2.0]: https://github.com/pipedrive/api-docs/compare/v30.1.0...v30.2.0
987992
[30.1.0]: https://github.com/pipedrive/api-docs/compare/v30.0.0...v30.1.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": "30.2.1",
3+
"version": "30.3.0",
44
"description": "Pipedrive REST client for NodeJS",
55
"license": "MIT",
66
"homepage": "https://developers.pipedrive.com",

0 commit comments

Comments
 (0)