diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0f1379..0e6e1a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an ## [Unreleased] +## [23.2.4] - 2024-08-13 +### Fixed +- Added "filter_id" to GET /api/v2/deals documentation + ## [23.2.3] - 2024-08-12 ### Fixed - Fix "label_ids" field formatting. @@ -669,7 +673,8 @@ structure * Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal * Fixed typo in lead example response (`crrency` to `currency`) -[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.2.3...HEAD +[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.2.4...HEAD +[23.2.4]: https://github.com/pipedrive/api-docs/compare/v23.2.3...v23.2.4 [23.2.3]: https://github.com/pipedrive/api-docs/compare/v23.2.2...v23.2.3 [23.2.2]: https://github.com/pipedrive/api-docs/compare/v23.2.1...v23.2.2 [23.2.1]: https://github.com/pipedrive/api-docs/compare/v23.2.0...v23.2.1 diff --git a/package-lock.json b/package-lock.json index adf98e9a..c218454e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pipedrive", - "version": "23.2.3", + "version": "23.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pipedrive", - "version": "23.2.3", + "version": "23.2.4", "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.1", diff --git a/package.json b/package.json index 9dea5d86..894138a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pipedrive", - "version": "23.2.3", + "version": "23.2.4", "description": "Pipedrive REST client for NodeJS", "license": "MIT", "main": "dist/index.js",