From d9bad172797cc29bd651c461109cc02aae723f19 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Thu, 20 Jun 2024 13:10:23 -0400 Subject: [PATCH] Updated CHANGELOG, 2.11.0. (#1041) * Updated CHANGELOG, 2.11.0. Signed-off-by: dblock * Update CHANGELOG.md Co-authored-by: Andriy Redko Signed-off-by: Daniel (dB.) Doubrovkine --------- Signed-off-by: dblock Signed-off-by: Daniel (dB.) Doubrovkine Co-authored-by: Andriy Redko --- CHANGELOG.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4367749cd4..39ea58ea85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,6 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Fixed - Fix version and build ([#254](https://github.com/opensearch-project/opensearch-java/pull/254)) - ### Security ## [Unreleased 2.x] @@ -41,6 +40,22 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Removed +### Fixed + +### Security + +## [2.11.0] - 06/20/2024 + +### Added + +### Dependencies + +### Changed + +### Deprecated + +### Removed + ### Fixed - Fixed error when deserializing an analyzer without `type` specified ([#1033](https://github.com/opensearch-project/opensearch-java/pull/1033)) @@ -444,7 +459,8 @@ This section is for maintaining a changelog for all breaking changes for the cli ### Security [Unreleased 3.0]: https://github.com/opensearch-project/opensearch-java/compare/2.x...HEAD -[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.4...2.x +[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.11.0...2.x +[2.11.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.4...v2.11.0 [2.10.4]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.3...v2.10.4 [2.10.3]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.2...v2.10.3 [2.10.2]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.1...v2.10.2