Skip to content

Commit eb1ce4f

Browse files
authored
Prepare 2.10.1 release (#950)
Signed-off-by: Andriy Redko <[email protected]>
1 parent 85775ac commit eb1ce4f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
33

44
## [Unreleased 2.x]
55
### Added
6+
7+
### Dependencies
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
### Security
18+
19+
## [2.10.1] - 04/16/2024
20+
### Added
621
- Add missed fields to PhraseSuggestOption: collapseMatch ([#940](https://github.com/opensearch-project/opensearch-java/pull/940))
722
- Add missed fields to bulk's UpdateOperation: source ([#947](https://github.com/opensearch-project/opensearch-java/pull/947))
823

@@ -19,6 +34,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1934

2035
### Security
2136

37+
2238
## [2.10.0] - 04/11/2024
2339
### Added
2440
- Add xy_shape property ([#884](https://github.com/opensearch-project/opensearch-java/pull/885))
@@ -339,7 +355,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
339355

340356
### Security
341357

342-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.0...2.x
358+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.1...2.x
359+
[2.10.1]: https://github.com/opensearch-project/opensearch-java/compare/v2.10.0...v2.10.1
343360
[2.10.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.9.1...v2.10.0
344361
[2.9.1]: https://github.com/opensearch-project/opensearch-java/compare/v2.9.0...v2.9.1
345362
[2.9.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.4...v2.9.0

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
systemProp.version = 2.11.0
1+
systemProp.version = 2.10.1

0 commit comments

Comments
 (0)