From 51241f7e50c3e5dceed4d892d4d58233b59c25a6 Mon Sep 17 00:00:00 2001 From: Julia Zolotarev Date: Wed, 26 Jun 2024 13:59:13 -0400 Subject: [PATCH] v1.3.1 --- CHANGELOG.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) 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",