We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b89b8a commit 5bd665fCopy full SHA for 5bd665f
ChangeLog.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
7
## [Unreleased]
8
9
+## [2.5.1] - 2020-12-21
10
+
11
+- fixed getting attribute from VPackSlice with `null` key ([spring-data#210](https://github.com/arangodb/spring-data/issues/210))
12
13
## [2.5.0] - 2020-10-12
14
15
- support deserializing ints as BigDecimals
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.arangodb</groupId>
<artifactId>velocypack</artifactId>
- <version>2.5.0</version>
+ <version>2.5.1</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>
0 commit comments