Skip to content

Commit

Permalink
v6.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jun 7, 2022
1 parent 9f95607 commit ed35965
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [6.18.0] - 2022-06-07

- deprecated usage of deprecated server API (#440)
- introduced new field entity annotations: `@Id`, `@Key`, `@Rev`, `@From`, `@To` (#439)
- deprecated VPack serialization in favor of Jackson API
- added `deduplicate` option in `PersistentIndex` (#437)

## [6.17.0] - 2022-05-17

- updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>6.17.0</version>
<version>6.18.0</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit ed35965

Please sign in to comment.