diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b39f8..ac7fb1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,13 @@ and this project adheres to ## [Unreleased] -- Updated the integration entities to use createIntegrationHelpers (publish - types and fix any schema inconsistencies). -- Updated the `integration-sdk-*` packages to the latest version (12.8.3). +## 1.3.1 - 2024-06-26 + +### Updated + +- Integration entities use createIntegrationHelpers (publish types and fix any + schema inconsistencies). +- `integration-sdk-*` packages bumped to the latest version (12.8.3). ## 1.2.0 - 2023-05-12 diff --git a/package.json b/package.json index f75e097..169c4d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/graph-kandji", - "version": "1.2.1", + "version": "1.3.1", "description": "A JupiterOne Integration for ingesting data of Kandji", "repository": { "type": "git",