Skip to content

Commit 14cc4e5

Browse files
authored
Updating version to 2.9.1 and changelog (#890)
Signed-off-by: Vacha Shah <[email protected]>
1 parent 1b2ff84 commit 14cc4e5

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
@@ -4,6 +4,21 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44
## [Unreleased 2.x]
55
### Added
66

7+
### Dependencies
8+
9+
### Changed
10+
11+
### Deprecated
12+
13+
### Removed
14+
15+
### Fixed
16+
17+
### Security
18+
19+
## [2.9.1]
20+
### Added
21+
722
### Dependencies
823
- Bumps `io.github.classgraph:classgraph` from 4.8.161 to 4.8.165
924
- Bumps `org.owasp.dependencycheck` from 9.0.8 to 9.0.9
@@ -309,7 +324,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
309324

310325
### Security
311326

312-
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.4...2.x
327+
[Unreleased 2.x]: https://github.com/opensearch-project/opensearch-java/compare/v2.9.1...2.x
328+
[2.9.1]: https://github.com/opensearch-project/opensearch-java/compare/v2.9.0...v2.9.1
329+
[2.9.0]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.4...v2.9.0
313330
[2.8.4]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.3...v2.8.4
314331
[2.8.3]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.2...v2.8.3
315332
[2.8.2]: https://github.com/opensearch-project/opensearch-java/compare/v2.8.1...v2.8.2

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
systemProp.version = 2.10.0
1+
systemProp.version = 2.9.1

0 commit comments

Comments
 (0)