From f3e03ee584fa458bab312b24afefe8b7dc588888 Mon Sep 17 00:00:00 2001 From: Yuval Cohen <86777474+yucohen@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:55:06 +0300 Subject: [PATCH] fix workday parsing rule id (#27615) * fix workday parsing rule id * rn --- .../WorkdayParsingRules/WorkdayParsingRules.yml | 2 +- Packs/Workday/ReleaseNotes/1_3_4.md | 6 ++++++ Packs/Workday/pack_metadata.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 Packs/Workday/ReleaseNotes/1_3_4.md diff --git a/Packs/Workday/ParsingRules/WorkdayParsingRules/WorkdayParsingRules.yml b/Packs/Workday/ParsingRules/WorkdayParsingRules/WorkdayParsingRules.yml index be24465df5c6..cb1d543105f8 100644 --- a/Packs/Workday/ParsingRules/WorkdayParsingRules/WorkdayParsingRules.yml +++ b/Packs/Workday/ParsingRules/WorkdayParsingRules/WorkdayParsingRules.yml @@ -1,5 +1,5 @@ name: Workday Parsing Rule -id: Workday Parsing Rule +id: Workday ParsingRule fromversion: 8.2.0 tags: [] rules: '' diff --git a/Packs/Workday/ReleaseNotes/1_3_4.md b/Packs/Workday/ReleaseNotes/1_3_4.md new file mode 100644 index 000000000000..d00cc58cdd41 --- /dev/null +++ b/Packs/Workday/ReleaseNotes/1_3_4.md @@ -0,0 +1,6 @@ + +#### Parsing Rules + +##### Workday Parsing Rule + +- Fixed an issue with the Parsing Rule id. diff --git a/Packs/Workday/pack_metadata.json b/Packs/Workday/pack_metadata.json index fad76e78b473..95e77551ce64 100644 --- a/Packs/Workday/pack_metadata.json +++ b/Packs/Workday/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Workday", "description": "Workday offers enterprise-level software solutions for financial management, human resources, and planning.", "support": "xsoar", - "currentVersion": "1.3.3", + "currentVersion": "1.3.4", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",