From 348fab38f87d9df3a2a14bda38ec9c387168cb8a Mon Sep 17 00:00:00 2001 From: Matheus Pimenta Date: Tue, 28 Oct 2025 10:16:44 +0000 Subject: [PATCH] Add changelog entry for v1.7.4 Signed-off-by: Matheus Pimenta (cherry picked from commit 24dccdfd3c679e48bc79f3ce3163d08f906ea178) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d5c8f..5c60d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project are documented in this file. +## 1.7.4 + +**Release date:** 2025-10-28 + +This patch release fixes support for SOCKS5 proxy in the controller APIs +and support for `message_thread_id` in the `telegram` provider. + +Fixes: +- Fix support for telegram message_thread_id + [#1199](https://github.com/fluxcd/notification-controller/pull/1199) +- Restore SOCKS5 proxy support + [#1196](https://github.com/fluxcd/notification-controller/pull/1196) + ## 1.7.3 **Release date:** 2025-10-08