Skip to content

Commit

Permalink
22.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins User committed Jun 7, 2024
1 parent bce7019 commit fec91c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The file format of it is based on [Keep a Changelog](http://keepachangelog.com/e
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).

## [Unreleased]

## [22.10.0] - 2024-06-07
### Added
Added `acv`, `mrr`, `arr`, `acv_currency`, `mrr_currency`, and `arr_currency` to the BaseDeal entity and the following endpoints' response:
- `GET`, `POST` `/v1/deals`
Expand Down Expand Up @@ -636,7 +638,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/v22.9.0...HEAD
[Unreleased]: https://github.com/pipedrive/api-docs/compare/v22.10.0...HEAD
[22.10.0]: https://github.com/pipedrive/api-docs/compare/v22.9.0...v22.10.0
[22.9.0]: https://github.com/pipedrive/api-docs/compare/v22.8.2...v22.9.0
[22.8.2]: https://github.com/pipedrive/api-docs/compare/v22.8.1...v22.8.2
[22.8.1]: https://github.com/pipedrive/api-docs/compare/v22.8.0...v22.8.1
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": "22.9.0",
"version": "22.10.0",
"description": "Pipedrive REST client for NodeJS",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit fec91c8

Please sign in to comment.