From c0630c4a7f554d67ef435755ab0074f06e039cc5 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Fri, 27 Jun 2025 09:20:17 -0700 Subject: [PATCH] Preparing 9.1.0 release with proxy support and build with ES 9.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e42f0db..9273c533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 9.1.0 + - Introduces `proxy` param to support proxy [#316](https://github.com/elastic/logstash-filter-elastic_integration/pull/316) + - Embeds Ingest Node components from Elasticsearch 9.1 + ## 9.0.0 - Embeds Ingest Node components from Elasticsearch 9.0, no functional change [#291](https://github.com/elastic/logstash-filter-elastic_integration/pull/291)