Skip to content

Commit

Permalink
Version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VDubber committed Jul 2, 2024
1 parent 665491b commit 6b644e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to

## [Unreleased]

## [2.0.1] - 2024-07-02

- 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.
Thanks SrdjanCosicPrica for the contribution!

## [2.0.0] - 2024-05-13

- Removed the `ingestEntities` and `ingestCommitRange` methods
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupiterone/jupiterone-client-nodejs",
"version": "2.0.0",
"version": "2.0.1",
"description": "A node.js client wrapper for JupiterOne public API",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6b644e3

Please sign in to comment.