From 7c7d52bd218fc93b2d28d7ea101532323776060b Mon Sep 17 00:00:00 2001 From: Surya Sashank Nistala Date: Mon, 12 Sep 2022 14:50:46 -0700 Subject: [PATCH] Adds 2.3 release notes. Signed-off-by: Surya Sashank Nistala --- .../opensearch-common-utils.release-notes-2.3.0.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-2.3.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-2.3.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.3.0.0.md new file mode 100644 index 00000000..f6fdf7f7 --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-2.3.0.0.md @@ -0,0 +1,10 @@ +## Version 2.3.0.0 2022-09-12 + +Compatible with OpenSearch 2.3.0 + +### Infrastructure +* fix snakeyaml vulnerability issue by disabling detekt ([#241](https://github.com/opensearch-project/common-utils/pull/241)) +* Upgrade version to 2.3. ([#223](https://github.com/opensearch-project/common-utils/pull/223)) + +### Documentation +* Adds 2.3 release notes. ([#248](https://github.com/opensearch-project/common-utils/pull/248)) \ No newline at end of file