diff --git a/CHANGELOG.md b/CHANGELOG.md index e232645..10dc311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ and this project adheres to ### Changed +- The step to ingest users now checks for duplicates and omits any users + returned multiple times from the API. + +## [1.5.1] - 2023-07-13 + +### Changed + - Page size for API queries has been increased. - A token refresh is attempted now on 401 errors. diff --git a/package.json b/package.json index e47fb32..84fbc66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/graph-zoom", - "version": "1.5.0", + "version": "1.5.1", "description": "JupiterOne integration for ingesting data from Zoom", "license": "MPL-2.0", "main": "src/index.js",