From 41e9e55ecb6b23183f1cc3446c920e2527e6ef82 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Thu, 6 Jul 2023 18:33:11 +0200 Subject: [PATCH] docs: add changelog entry for HTTP bridge refactoring --- changes/ce/feat-11217.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/feat-11217.en.md diff --git a/changes/ce/feat-11217.en.md b/changes/ce/feat-11217.en.md new file mode 100644 index 000000000..e68355caa --- /dev/null +++ b/changes/ce/feat-11217.en.md @@ -0,0 +1 @@ +The Webhook/HTTP bridge has been refactored to its own Erlang application. This allows for more flexibility in the future, and also allows for the bridge to be run as a standalone application.