We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264d782 commit d95213bCopy full SHA for d95213b
ChangeLog.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [2.3.0] - 2020-04-28
10
+
11
- bugfix serialization unindexed singleton arrays
12
- added `add(Byte)`, `is(Byte)`, `getAsByte()` to VPackBuilder and VPackSlice
13
- use custom VPackBuilder in VPackParser
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.arangodb</groupId>
<artifactId>velocypack</artifactId>
- <version>2.2.1</version>
+ <version>2.3.0</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>
0 commit comments