Skip to content

Commit 8ef4a51

Browse files
committed
bump version
1 parent 0ae148d commit 8ef4a51

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.17.0
1+
8.17.1

docs/release-notes/release-highlights.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ These are the important new features and changes in minor releases. Every releas
55

66
For a list of detailed changes, including bug fixes, please see the https://github.com/elastic/elasticsearch-java/releases[GitHub project realease notes].
77

8+
[discrete]
9+
==== Version 8.17
10+
* No new feature.
11+
812
[discrete]
913
==== Version 8.16
1014
* `ElasticsearchClient` is now `Closeable`. Closing a client object also closes the underlying transport - https://github.com/elastic/elasticsearch-java/pull/851[#851]

java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Package private
2323
class VersionInfo {
2424
static final String FLAVOR = "stack";
25-
static final String VERSION = "8.17.0";
25+
static final String VERSION = "8.17.1";
2626
}

0 commit comments

Comments
 (0)