Skip to content

Commit b73084b

Browse files
committed
Release 2.1.2
1 parent 445f02a commit b73084b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.1.2] - 2025-04-03
12+
13+
- Remove potentially unwanted logging of request URLs
14+
15+
## [2.1.1] - 2025-02-17
16+
17+
- Adds a retry for status URL check
18+
1119
## [2.1.0] - 2024-07-23
1220

1321
- Update the `queryv1` function to use cursors instead of the legacy `LIMIT SKIP` pagination approach

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupiterone/jupiterone-client-nodejs",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A node.js client wrapper for JupiterOne public API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)