From edc54c17aba8039cddeb954cbc9beea1b9dc6637 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Oct 2023 04:15:18 +0000 Subject: [PATCH] Add 2.11 release notes (#774) Signed-off-by: yuye-aws (cherry picked from commit 4f871fd6edd6cdc92febcbc0ce1a070fbb4390dd) Signed-off-by: github-actions[bot] --- .../opensearch-notifications.release-notes-2.11.0.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 release-notes/opensearch-notifications.release-notes-2.11.0.0.md diff --git a/release-notes/opensearch-notifications.release-notes-2.11.0.0.md b/release-notes/opensearch-notifications.release-notes-2.11.0.0.md new file mode 100644 index 00000000..4f415424 --- /dev/null +++ b/release-notes/opensearch-notifications.release-notes-2.11.0.0.md @@ -0,0 +1,9 @@ +## Version 2.11.0.0 2023-10-18 + +Compatible with OpenSearch 2.11.0 + +### Maintenance +* Bump bwc version to 2.11([#763](https://github.com/opensearch-project/notifications/pull/763)) + +### Documentation +* Add 2.11.0 release notes ([#774](https://github.com/opensearch-project/notifications/issues/774))