diff --git a/CHANGELOG.md b/CHANGELOG.md index 674449f..e1ecd41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # Unreleased +# [0.7.0] (2023-11-21) + - Fixed an issue with installing `poetry` in **Install XSOAR local development environment** command. - Added **Run And Debug** command to run and debug integrations/scripts locally and in XSOAR/XSIAM. diff --git a/package-lock.json b/package-lock.json index 559603c..27c3d3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xsoar", - "version": "0.6.2", + "version": "0.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xsoar", - "version": "0.6.2", + "version": "0.7.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "dotenv": "^16.3.1", diff --git a/package.json b/package.json index b83b6c6..ef5e310 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "xsoar", "displayName": "Cortex XSOAR", "description": "Build, Format, and Validate Cortex XSOAR with ease.", - "version": "0.6.2", + "version": "0.7.0", "engines": { "vscode": "^1.54.0" },