diff --git a/CHANGELOG.md b/CHANGELOG.md index 6322068..433a2bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log # Unreleased + +# [0.6.1] (2023-06-22) - Set `python.analysis.typeCheckingMode` to `basic` In Content and Demisto-SDK VSCode settings. - Set `justMyCode` setting to `false` when running tests, to debug third party code. - Fixed an issue in **Install XSOAR local development environment** where `pyenv` installation fails. diff --git a/package-lock.json b/package-lock.json index e92da95..ca189b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xsoar", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xsoar", - "version": "0.6.0", + "version": "0.6.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "envfile": "^6.17.0", diff --git a/package.json b/package.json index 967711c..6d08d1c 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.0", + "version": "0.6.1", "engines": { "vscode": "^1.54.0" },