Skip to content

Commit d149cca

Browse files
committed
v3.1.0
1 parent 7fc30f1 commit d149cca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: ChangeLog.md

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

77
## [Unreleased]
88

9+
## [3.1.0] - 2024-09-20
10+
11+
- fixed memory consumption issue in dates serialization
912
- explicit JPMS module name `com.arangodb.velocypack`
1013

1114
## [3.0.0] - 2022-11-30

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>velocypack</artifactId>
7-
<version>3.1.0-SNAPSHOT</version>
7+
<version>3.1.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)