Skip to content

Commit 54269bc

Browse files
author
mpv1989
committed
prepare release 4.2.4
1 parent c0ab261 commit 54269bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
v4.2.x (xxxx-xx-xx)
1+
v4.2.4 (2017-09-04)
22
---------------------------
33
* fixed ArangoDatabase.transaction(): ignore null result
44
* added properties validation arangodb.host
55
* added ArangoCollection.ensure<IndexType>Index()
6-
* maded ArangoCollection.create<IndexType>Index() deprecated
6+
* made ArangoCollection.create<IndexType>Index() deprecated
77
* let ArangoCursor implement Iterable
88
* fixed issue #145: ArangoCollection.updateDocument()
99
* fixed issue #145: ArangoVertexCollection.updateVertex()

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.2.4-SNAPSHOT</version>
7+
<version>4.2.4</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)