From 1da99800164a1c68a193745bcd8e5f9edd8e28e2 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Wed, 14 Feb 2024 23:59:28 +0000 Subject: [PATCH] Update CHANGELOG after 2.8.3 release Signed-off-by: Vacha Shah --- CHANGELOG.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97493f2bd3..18a688070b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,10 +13,24 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed ### Fixed -- Fix PutTemplateRequest field deserialization ([#723](https://github.com/opensearch-project/opensearch-java/pull/723)) ### Security +## [2.8.3] - 02/12/2024 +### Added + +### Dependencies + +### Changed + +### Deprecated + +### Removed + +### Fixed +- Fix PutTemplateRequest field deserialization ([#723](https://github.com/opensearch-project/opensearch-java/pull/723)) +- Fix InnerHits to no longer enforce the nullable Index field when converting to Hit. ([#838](https://github.com/opensearch-project/opensearch-java/pull/838)) + ## [2.8.2] - 02/07/2024 ### Added - Added support for icu_collation_keyword type ([#725](https://github.com/opensearch-project/opensearch-java/pull/725)) @@ -255,7 +269,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Security -[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.2...2.x +[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.3...2.x +[2.8.3]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.2...v2.8.3 [2.8.2]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.1...v2.8.2 [2.8.1]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.7.0...v2.8.0