We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea4b4e commit 1585ee2Copy full SHA for 1585ee2
ChangeLog.md
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [6.15.0] - 2021-12-29
10
+
11
+- JWT authentication (#421)
12
- fixed swallowing connection exceptions (#420)
13
- fixed `stopwords` analyzer (#414)
14
- set max retries for active failover redirects (#412)
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
- <version>6.15.0-SNAPSHOT</version>
+ <version>6.15.0</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>
0 commit comments