Skip to content

Commit 1585ee2

Browse files
committed
v6.15.0
1 parent 2ea4b4e commit 1585ee2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: ChangeLog.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [6.15.0] - 2021-12-29
10+
11+
- JWT authentication (#421)
912
- fixed swallowing connection exceptions (#420)
1013
- fixed `stopwords` analyzer (#414)
1114
- set max retries for active failover redirects (#412)

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver</artifactId>
8-
<version>6.15.0-SNAPSHOT</version>
8+
<version>6.15.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)