You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
8
8
9
9
## [Unreleased]
10
10
11
+
## [33.6.1] - 2026-08-13
12
+
### Fixed
13
+
- Added missing `nova` value to the `app` enum returned by `GET /v1/users` in the `user_access` array — accounts with Nova enabled were returning `"app": "nova"`, a value the generated type definitions didn't account for
14
+
- Added missing `partnership` and `nova` values to the `app` field on each permission set and to the `app` query parameter (`GET /permissionSets`) — same gap for accounts with a permission set for those apps
15
+
11
16
## [33.6.0] - 2026-08-06
12
17
### Added
13
18
- Added `website`, `linkedin`, `industry`, `annual_revenue`, and `employee_count` as writable fields to v2 organization request body (`POST /api/v2/organizations`, `PATCH /api/v2/organizations/{id}`)
@@ -1309,7 +1314,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
1309
1314
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
1310
1315
* Fixed typo in lead example response (`crrency` to `currency`)
0 commit comments