File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3
3
4
4
## [ Unreleased 2.x]
5
5
### 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
6
21
- Add missed fields to PhraseSuggestOption: collapseMatch ([ #940 ] ( https://github.com/opensearch-project/opensearch-java/pull/940 ) )
7
22
- Add missed fields to bulk's UpdateOperation: source ([ #947 ] ( https://github.com/opensearch-project/opensearch-java/pull/947 ) )
8
23
@@ -19,6 +34,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
19
34
20
35
### Security
21
36
37
+
22
38
## [ 2.10.0] - 04/11/2024
23
39
### Added
24
40
- 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/)
339
355
340
356
### Security
341
357
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
343
360
[ 2.10.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.9.1...v2.10.0
344
361
[ 2.9.1 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.9.0...v2.9.1
345
362
[ 2.9.0 ] : https://github.com/opensearch-project/opensearch-java/compare/v2.8.4...v2.9.0
Original file line number Diff line number Diff line change 1
- systemProp.version = 2.11.0
1
+ systemProp.version = 2.10.1
You can’t perform that action at this time.
0 commit comments