From ef92971e4591d295a662374be7a25c323e9af4ad Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Thu, 27 Jun 2024 11:00:24 +1200 Subject: [PATCH] Bump version on `2.11` to `2.11.1` and correct changelog (#1055) Signed-off-by: Thomas Farr --- CHANGELOG.md | 18 +++++++++++++++++- gradle.properties | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efa9dd30d..4fcf0bb496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased 2.x] ### Added +### Dependencies + +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [2.11.0] - 06/20/2024 +### Added + ### Dependencies - Bumps `io.github.classgraph:classgraph` from 4.8.172 to 4.8.173 @@ -409,7 +424,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.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 diff --git a/gradle.properties b/gradle.properties index cf468aa9fe..dedbc830cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -systemProp.version = 2.11.0 +systemProp.version = 2.11.1