We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc30f1 commit d149ccaCopy full SHA for d149cca
ChangeLog.md
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [3.1.0] - 2024-09-20
10
+
11
+- fixed memory consumption issue in dates serialization
12
- explicit JPMS module name `com.arangodb.velocypack`
13
14
## [3.0.0] - 2022-11-30
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.arangodb</groupId>
<artifactId>velocypack</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>
0 commit comments