Skip to content

Commit 43f1bd7

Browse files
committed
Incrementing version to 2.8.2
Signed-off-by: Andriy Redko <[email protected]>
1 parent 9da7a69 commit 43f1bd7

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

+34-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.8.2] - 02/07/2024
20+
### Added
621
- Added support for icu_collation_keyword type ([#725](https://github.com/opensearch-project/opensearch-java/pull/725))
722
- Added support for flat_object field property ([#735](https://github.com/opensearch-project/opensearch-java/pull/735))
823
- Expose HTTP status code through `ResponseException#status` ([#756](https://github.com/opensearch-project/opensearch-java/pull/756))
@@ -30,6 +45,22 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3045

3146
### Security
3247

48+
## [2.8.1]
49+
### Added
50+
51+
### Dependencies
52+
53+
### Changed
54+
55+
### Deprecated
56+
57+
### Removed
58+
59+
### Fixed
60+
- Fix partial success results for msearch_template ([#709](https://github.com/opensearch-project/opensearch-java/pull/709))
61+
62+
### Security
63+
3364
## [2.8.0] - 01/11/2023
3465
### Added
3566
- Added support for indexing and search index settings ([#667](https://github.com/opensearch-project/opensearch-java/pull/667))
@@ -222,7 +253,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
222253

223254
### Security
224255

225-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.0...2.x
256+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.2...2.x
257+
[2.8.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.1...v2.8.2
258+
[2.8.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.0...v2.8.1
226259
[2.8.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.7.0...v2.8.0
227260
[2.7.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.6.0...v2.7.0
228261
[2.6.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.5.0...v2.6.0

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
systemProp.version = 2.9.0
1+
systemProp.version = 2.8.2

0 commit comments

Comments
 (0)