From 973e8c393c215599ac97a10362aea6cee3927b17 Mon Sep 17 00:00:00 2001 From: Zachary Estep Date: Tue, 13 Oct 2020 10:41:50 -0400 Subject: [PATCH] Update CHANGELOG.md CHANGELOG.md updates for release-372 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ded285..3daab0d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CB EDR Event Forwarder Changelog +## v3.7.2 + +#### Features + + * EDR Event Forwarder automatically sets cb_server_url and cb_server_name using the FQDN of the host it is running on , unless these options are explicitly set in the configuration file + +#### Bug Fixes / Changes + + * HTTP Output handler detects errors at runtime, and will not allow configurations lacking a protocol-prefix like http(s):// + ## v3.7.1 #### Features