Skip to content

Commit 96d6ec6

Browse files
committed
v6.20.0
1 parent e6e2ec4 commit 96d6ec6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: ChangeLog.md

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

77
## [Unreleased]
88

9+
## [6.20.0] - 2022-11-29
10+
11+
- ArangoSearch cache (#472)
12+
- support for `enterprise-hex-smart-vertex` shardingStrategy
13+
- deprecated `com.arangodb.Function`
14+
915
## [6.19.0] - 2022-10-04
1016

1117
- added support for `search-alias` views (ArangoDB 3.10 #461)

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.19.0</version>
8+
<version>6.20.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)