Skip to content

Commit 0014707

Browse files
author
Mark
committed
prepare release 4.1.5
1 parent f58b353 commit 0014707

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: ChangeLog

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
v4.1.5 (2017-01-xx)
1+
v4.1.5 (2017-01-12)
22
---------------------------
3+
* fixed VPack String serialization (UTF-8 encoding)
34
* fixed VPack parsing of fields of type Object
45
* fixed VPack serializing of array with null values (issue #88)
56
* added configuration for custom annotations within VPack de-/serialization

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-java-driver</artifactId>
7-
<version>4.1.5-SNAPSHOT</version>
7+
<version>4.1.5</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)