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
66
77## [ Unreleased]
88
9+ ## [ 6.9.0] - 2021-02-04
10+
911- added ` com.arangodb.mapping.ArangoJack ` to replace ` com.arangodb.jackson.dataformat.velocypack.VelocyJack ` (from
1012 ` com.arangodb:jackson-dataformat-velocypack ` )
1113
Original file line number Diff line number Diff line change 55
66 <groupId >com.arangodb</groupId >
77 <artifactId >arangodb-java-driver</artifactId >
8- <version >6.9.0-SNAPSHOT </version >
8+ <version >6.9.0</version >
99 <inceptionYear >2016</inceptionYear >
1010 <packaging >jar</packaging >
1111
226226 <dependency >
227227 <groupId >com.arangodb</groupId >
228228 <artifactId >jackson-dataformat-velocypack</artifactId >
229- <version >1.0.0-SNAPSHOT </version >
229+ <version >1.0.0</version >
230230 </dependency >
231231 <dependency >
232232 <groupId >org.apache.httpcomponents</groupId >
You can’t perform that action at this time.
0 commit comments