Skip to content

Commit

Permalink
Bump client to 2.6.0 (#512)
Browse files Browse the repository at this point in the history
* Bump client version to 2.6.0

Signed-off-by: Vacha Shah <[email protected]>

* Update compatibility matrix with new client version 2.5.0

Signed-off-by: Vacha Shah <[email protected]>

* Update CHANGELOG for the next version

Signed-off-by: Vacha Shah <[email protected]>

---------

Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah authored Jun 2, 2023
1 parent a86c6dd commit dcc6269
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Added

### Dependencies

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [2.5.0] - 06/02/2023
### Added
- Add workflow to publish snapshots via GHA ([#454](https://github.com/opensearch-project/opensearch-java/pull/454))
- Added Point-In-Time APIs ([#461](https://github.com/opensearch-project/opensearch-java/pull/461))

Expand Down Expand Up @@ -113,7 +128,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Security


[Unreleased]: https://github.com/opensearch-project/opensearch-java/compare/v2.4.0...2.x
[Unreleased]: https://github.com/opensearch-project/opensearch-java/compare/v2.5.0...2.x
[2.5.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.1.0...v2.2.0
1 change: 1 addition & 0 deletions COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The below matrix shows the compatibility of the [`opensearch-java-client`](https
| 2.2.0 | 1.3.9-2.5.0 |
| 2.3.0 | 1.3.9-2.7.0 |
| 2.4.0 | 1.3.9-2.7.0 |
| 2.5.0 | 1.3.9-2.7.0 |

## Upgrading

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
systemProp.version = 2.5.0
systemProp.version = 2.6.0

0 comments on commit dcc6269

Please sign in to comment.