diff --git a/Packs/Code42/Integrations/Code42/CHANGELOG.md b/Packs/Code42/Integrations/Code42/CHANGELOG.md index 44e1df80a27c..714347b8e2ba 100644 --- a/Packs/Code42/Integrations/Code42/CHANGELOG.md +++ b/Packs/Code42/Integrations/Code42/CHANGELOG.md @@ -1,4 +1,7 @@ ## [Unreleased] +- Fix bug where File Category would not map correctly when creating incidents from Code42 alerts. + +## [20.8.0] - 2020-08-04 - Internal code improvements. - Added new commands: - **code42-departingemployee-get-all** diff --git a/Packs/Code42/ReleaseNotes/2_0_2.md b/Packs/Code42/ReleaseNotes/2_0_2.md new file mode 100644 index 000000000000..853a3b792aaa --- /dev/null +++ b/Packs/Code42/ReleaseNotes/2_0_2.md @@ -0,0 +1,4 @@ + +#### Integrations +##### Code42 +- Fix bug where File Category would not map correctly when creating incidents from Code42 alerts. diff --git a/Packs/Code42/pack_metadata.json b/Packs/Code42/pack_metadata.json index 5e5f48804384..af319854ec69 100644 --- a/Packs/Code42/pack_metadata.json +++ b/Packs/Code42/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Code42", "description": "Use the Code42 integration to identify potential data exfiltration from insider threats while speeding investigation and response by providing fast access to file events and metadata across physical and cloud environments.", "support": "partner", - "currentVersion": "2.0.1", + "currentVersion": "2.0.2", "author": "Code42", "url": "https://support.code42.com/Administrator/Cloud/Monitoring_and_managing", "email": "", @@ -18,4 +18,4 @@ "githubUser": [ "nathanhunstad" ] -} +} \ No newline at end of file