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 6a68684 commit ee469c9Copy full SHA for ee469c9
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
+## [2.1.1] - 2020-01-20
10
+
11
+- fixed tagging bugs
12
- fixed custom types byte size
13
- fixed BCD byte size
14
- Map and Set VPackInstanceCreators preserve collections entries order (based on `LinkedHashSet` and `LinkedHashMap`)
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.arangodb</groupId>
<artifactId>velocypack</artifactId>
- <version>2.1.0</version>
+ <version>2.1.1</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>
0 commit comments