Skip to content

Commit 93f3aab

Browse files
committed
v6.13.0
1 parent 5b9b857 commit 93f3aab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [6.13.0] - 2021-08-25
10+
911
- added support for `fillBlockCache` in AQL query options (ArangoDB v3.8.1)
12+
- fixed exceptions handling during shutdown (#400)
13+
- added native image configuration for HTTP communication
14+
- updated native image reflection configuration
1015

1116
## [6.12.3] - 2021-06-24
1217

pom.xml

Lines changed: 1 addition & 1 deletion
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.12.4-SNAPSHOT</version>
8+
<version>6.13.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)