From 341e890324ad0cc21a99e5fffb18f6aa74f769a4 Mon Sep 17 00:00:00 2001 From: Saurabh Singh Date: Tue, 9 Aug 2022 10:45:00 -0700 Subject: [PATCH] Added 2.2 release notes. Signed-off-by: Saurabh Singh --- .../opensearch-common-utils.release-notes-2.2.0.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 release-notes/opensearch-common-utils.release-notes-2.2.0.0.md diff --git a/release-notes/opensearch-common-utils.release-notes-2.2.0.0.md b/release-notes/opensearch-common-utils.release-notes-2.2.0.0.md new file mode 100644 index 00000000..b77f7244 --- /dev/null +++ b/release-notes/opensearch-common-utils.release-notes-2.2.0.0.md @@ -0,0 +1,10 @@ +## Version 2.2.0.0 2022-08-09 + +Compatible with OpenSearch 2.2.0 + +### Infrastructure +* Execute version auto increment in staging ([#200](https://github.com/opensearch-project/common-utils/pull/200)) +* Bump up the version to 2.2. ([#204](https://github.com/opensearch-project/common-utils/pull/204)) + +### Documentation +* Added 2.2 release notes. ([#212](https://github.com/opensearch-project/common-utils/pull/212)) \ No newline at end of file