From 02e8e378dcf51dee3f643c87656e577687d40501 Mon Sep 17 00:00:00 2001 From: "ruturaj.jain.ctr" Date: Thu, 9 Jan 2025 23:57:54 +0530 Subject: [PATCH] Fixed timedelta related error in all actions --- .../automation-service/app-central/integrations/darktrace.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/platform-services/automation-service/app-central/integrations/darktrace.md b/docs/platform-services/automation-service/app-central/integrations/darktrace.md index 179b8d926a..64fc64bdcd 100644 --- a/docs/platform-services/automation-service/app-central/integrations/darktrace.md +++ b/docs/platform-services/automation-service/app-central/integrations/darktrace.md @@ -7,8 +7,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; darktrace -***Version: 1.6 -Updated: Mar 4, 2024*** +***Version: 1.7 +Updated: Jan 10, 2025*** Perform threat intelligence evidence gathering with Darktrace. @@ -45,3 +45,4 @@ Perform threat intelligence evidence gathering with Darktrace. + Updated resource: Resolved bug related to integration resource * February 28, 2024 (v1.5) - Updated code for compatibility with Python 3.12 * March 4, 2024 (v1.5) - Updated code for compatibility with Python 3.12 +* January 10, 2025 (v1.7) - Fixed timedelta related error in all actions