pipedrive 17.1.2 → 17.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
8
8
 
9
9
  ## [Unreleased]
10
10
 
11
+ ## 17.1.3
12
+ ### Changed
13
+ - Updated `PUT /users/{:id}`: required parameter `active_flag` has no default value
14
+
11
15
  ## 17.1.2
12
16
  ### Changed
13
17
  - Changed `PUT /goals/{id}` content type to `application/json`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipedrive",
3
- "version": "17.1.2",
3
+ "version": "17.1.3",
4
4
  "description": "Pipedrive REST client for NodeJS",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",