diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2c743471..16c989399 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,12 @@
 # 0.80.0 / 2025-02-03
 
-* [CHANGE] Add more API validations to the ScrapeConfig CRD. #7231 #7220 #7215 #7238
+* [CHANGE] Add more API validations to the ScrapeConfig CRD. #7231 #7220 #7215 #7238 #7244 #7255
 * [FEATURE] Add `serviceName` field to the Prometheus and PrometheusAgent CRDs. #6687
 * [FEATURE] Add `keepIdentifyingResourceAttributes` field in OTLPConfig for `Prometheus` and `PrometheusAgent` CRDs. #7240
 * [FEATURE] Add `fallbackScrapeProtocol` field to ScrapeClass for `Prometheus` and `PrometheusAgent` CRDs. #7288
 * [FEATURE] Support `MSTeamsV2Config` receiver in Alertmanager configuration Secret. #7296
 * [FEATURE] Support `JiraConfig` and `RocketChat` receivers in Alertmanager configuration secret. #7315
+* [FEATURE] Support global `smtp_tls_config` field in Alertmanager configuration secret. #7316
 * [FEATURE] Add `timeout` field in Webhook receiver in Alertmanager configuration Secret. #7312
 * [FEATURE] Add `content`, `username` and `avatarUrl` fields in Discord receiver in Alertmanager configuration secret. #7313
 * [FEATURE] Add `scrapeFailureLogFile` field to the Prometheus and PrometheusAgent CRDs. #7038 #7311