From ca58fb77a8b4a05ea7cf81a20534c23298461b56 Mon Sep 17 00:00:00 2001 From: Mariano Belinky Date: Mon, 6 Apr 2026 15:31:31 +0200 Subject: [PATCH] changelog: link webhooks entry to PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fddbdb278..340a07cfc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Docs: https://docs.openclaw.ai ### Changes -- Plugins/webhooks: add a bundled webhook ingress plugin so external automation can create and drive bound TaskFlows through per-route shared-secret endpoints. Thanks @mbelinky. +- Plugins/webhooks: add a bundled webhook ingress plugin so external automation can create and drive bound TaskFlows through per-route shared-secret endpoints. (#61892) Thanks @mbelinky. ### Fixes