We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152e2f9 commit c4fced3Copy full SHA for c4fced3
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.4] - 2021-08-24
10
+
11
+- fixed escaping in JSON string generation (#29)
12
13
## [2.5.3] - 2021-04-23
14
15
- improved performances of `VPackParser.toJson()`
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.arangodb</groupId>
<artifactId>velocypack</artifactId>
- <version>2.5.3</version>
+ <version>2.5.4</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>
0 commit comments