Skip to content

Commit f0254e6

Browse files
committed
v6.7.2
1 parent 3b99c98 commit f0254e6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

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

77
## [Unreleased]
88

9+
## [6.7.2] - 2020-07-29
10+
11+
- velocypack v2.4.0
12+
913
## [6.7.1] - 2020-07-07
1014

1115
- fixed VST communication adding `accept` and `content-type` headers to every message

pom.xml

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

@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>com.arangodb</groupId>
232232
<artifactId>velocypack</artifactId>
233-
<version>2.3.1</version>
233+
<version>2.4.0</version>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)