From 72f5fcdec08cc079d05bf9bdf71206d6f1da4a80 Mon Sep 17 00:00:00 2001 From: Samuel Poulton Date: Tue, 25 Jan 2022 10:14:50 -0700 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80eae93..37806fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,5 +8,7 @@ and this project adheres to ## [Unreleased] -Initial release of the Signal Sciences integration. Includes ingestion of users -and corps (organizations). +## [1.0.0] - 2022-01-25 + +- Initial release of the Signal Sciences integration. Includes ingestion of + users and corps (organizations). diff --git a/package.json b/package.json index 7452a3e..f867f7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/graph-signal-sciences", - "version": "0.0.0", + "version": "1.0.0", "description": "A JupiterOne Integration for integesting data from Signal Sciences", "license": "MPL-2.0", "main": "src/index.js",