Skip to content

Commit 5e4446b

Browse files
committed
v6.7.4
1 parent 960ca68 commit 5e4446b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: ChangeLog.md

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

77
## [Unreleased]
88

9+
## [6.7.4] - 2020-09-03
10+
11+
- fixed path escaping in `ArangoDatabase.route()`
12+
- added ssl hostname verifier to ArangoDB builder
13+
914
## [6.7.3] - 2020-08-14
1015

1116
- added `users` field to `DBCreateOptions`

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

0 commit comments

Comments
 (0)