diff --git a/agent-platform/release-notes/recent-updates.mdx b/agent-platform/release-notes/recent-updates.mdx
index 4e1c87bd..1cb6d792 100644
--- a/agent-platform/release-notes/recent-updates.mdx
+++ b/agent-platform/release-notes/recent-updates.mdx
@@ -5,6 +5,14 @@ sidebarTitle: 'Release Notes'
This document provides information on the feature updates and enhancements introduced in the recent Agent Platform **\{ Artemis \}** releases.
+## v1.1.3 June 11, 2026
+
+Patch Release
+
+This release includes bug fixes and usability improvements across the platform.
+
+---
+
{/* CATEGORY: Bug Fix — patch release of bug fixes and usability improvements; no individual feature entries */}
## v1.1.2 June 08, 2026
diff --git a/agent-platform/workflows.mdx b/agent-platform/workflows.mdx
index 7368a9d0..45fa1904 100644
--- a/agent-platform/workflows.mdx
+++ b/agent-platform/workflows.mdx
@@ -203,6 +203,9 @@ Tool nodes are typically used to invoke reusable capabilities such as workflow t
| Timeout (seconds) | Defines how long the workflow waits for tool execution before timing out. |
| On failure | Defines the behavior when tool execution fails. |
+The timeout configured for a Tool node in a workflow overrides the timeout specified in the tool configuration.
+
+
---
### Function Node