Skip to content

Commit

Permalink
Release v23.1.0 from PR #539
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins User committed Jul 3, 2024
2 parents 3f97d42 + 1d3f6d2 commit 6168280
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an

## [Unreleased]

## [23.1.0] - 2024-07-03
### Added
- Added `notes` field to Prices in:
- `GET` and `POST` `/v2/products/{productId}/variations` endpoints
- `PATCH` `/api/v2/products/{productId}/variations/{productVariationId}` endpoint

## [23.0.0] - 2024-06-14
### Removed
- Removed request and response fields `duration` and `duration_unit` for all endpoints of deals and products using them
Expand Down Expand Up @@ -646,7 +652,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.0.0...HEAD
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v23.1.0...HEAD
[23.1.0]: https://github.com/pipedrive/api-docs/compare/v23.0.0...v23.1.0
[23.0.0]: https://github.com/pipedrive/api-docs/compare/v22.10.1...v23.0.0
[22.10.1]: https://github.com/pipedrive/api-docs/compare/v22.10.0...v22.10.1
[22.10.0]: https://github.com/pipedrive/api-docs/compare/v22.9.0...v22.10.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipedrive",
"version": "23.0.0",
"version": "23.1.0",
"description": "Pipedrive REST client for NodeJS",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 6168280

Please sign in to comment.