File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 6.9.0] - 2021-02-04
10
+
9
11
- added ` com.arangodb.mapping.ArangoJack ` to replace ` com.arangodb.jackson.dataformat.velocypack.VelocyJack ` (from
10
12
` com.arangodb:jackson-dataformat-velocypack ` )
11
13
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.arangodb</groupId >
7
7
<artifactId >arangodb-java-driver</artifactId >
8
- <version >6.9.0-SNAPSHOT </version >
8
+ <version >6.9.0</version >
9
9
<inceptionYear >2016</inceptionYear >
10
10
<packaging >jar</packaging >
11
11
226
226
<dependency >
227
227
<groupId >com.arangodb</groupId >
228
228
<artifactId >jackson-dataformat-velocypack</artifactId >
229
- <version >1.0.0-SNAPSHOT </version >
229
+ <version >1.0.0</version >
230
230
</dependency >
231
231
<dependency >
232
232
<groupId >org.apache.httpcomponents</groupId >
You can’t perform that action at this time.
0 commit comments