diff --git a/CHANGELOG.md b/CHANGELOG.md index 7afde8d..6fefd78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index e61a497..e9fe937 100644 --- a/package.json +++ b/package.json @@ -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",