diff --git a/CHANGELOG.md b/CHANGELOG.md index f57d5c1..f8308be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to ## [Unreleased] +## [2.1.2] - 2025-04-03 + +- Remove potentially unwanted logging of request URLs + +## [2.1.1] - 2025-02-17 + +- Adds a retry for status URL check + ## [2.1.0] - 2024-07-23 - Update the `queryv1` function to use cursors instead of the legacy `LIMIT SKIP` pagination approach diff --git a/package.json b/package.json index cee7f03..f97c763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/jupiterone-client-nodejs", - "version": "2.1.1", + "version": "2.1.2", "description": "A node.js client wrapper for JupiterOne public API", "repository": { "type": "git",