diff --git a/CHANGELOG.md b/CHANGELOG.md index 674702f..cab5d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to ## [Unreleased] +## [1.2.0] - 2022-01-24 + +### Fixed + - Switched zoom_account to be Account _class. - Small cleanup of managed questions to alias results. diff --git a/package.json b/package.json index b02c0af..d9146a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/graph-zoom", - "version": "1.1.1", + "version": "1.2.0", "description": "JupiterOne integration for ingesting data from Zoom", "license": "MPL-2.0", "main": "src/index.js",