From 738024f449e963d2de8731fc8cc4d18a52c086d6 Mon Sep 17 00:00:00 2001 From: Jakob Hahn Date: Fri, 12 Apr 2024 09:34:55 +0200 Subject: [PATCH] add changelog Signed-off-by: Jakob Hahn --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d3bd508..3ca15c836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Adds security plugin ([#507](https://github.com/opensearch-project/opensearch-go/pull/507)) - Adds security settings to container for security testing ([#507](https://github.com/opensearch-project/opensearch-go/pull/507)) - Adds cluster.get-certs to copy admin certs out of the container ([#507](https://github.com/opensearch-project/opensearch-go/pull/507)) +- Adds ism plugin ([#524](https://github.com/opensearch-project/opensearch-go/pull/524)) ### Changed - Uses docker compose v2 instead of v1 ([#506](https://github.com/opensearch-project/opensearch-go/pull/506))