Skip to content

Commit 0d1d159

Browse files
committed
v6.24.0
1 parent 14fbe42 commit 0d1d159

File tree

4 files changed

+74
-40
lines changed

4 files changed

+74
-40
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [6.24.0] - 2023-05-16
10+
11+
- made AqlQueryOptions cloneable (#509)
12+
913
## [6.23.0] - 2023-04-20
1014

1115
- deprecated `DbName` in favor of plain strings

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.arangodb</groupId>
77
<artifactId>arangodb-java-driver</artifactId>
8-
<version>6.23.0</version>
8+
<version>6.24.0</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)