Skip to content

Commit 9a21ce2

Browse files
authored
Merge pull request #161 from JupiterOne/release-2.0.1
Release 2.0.1
2 parents 665491b + f8eb4fc commit 9a21ce2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [2.0.1] - 2024-07-02
12+
13+
- Converted `Content-Type` request header to lower case. This conforms to https://www.rfc-editor.org/rfc/rfc7540#section-8.1.2. And also addresses an issue where Content-Type and content-type headers were both being added.
14+
Thanks SrdjanCosicPrica for the contribution!
15+
1116
## [2.0.0] - 2024-05-13
1217

1318
- Removed the `ingestEntities` and `ingestCommitRange` methods

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.0.0",
3+
"version": "2.0.1",
44
"description": "A node.js client wrapper for JupiterOne public API",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)