Skip to content

Commit c4fced3

Browse files
committed
v2.5.4
1 parent 152e2f9 commit c4fced3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [2.5.4] - 2021-08-24
10+
11+
- fixed escaping in JSON string generation (#29)
12+
913
## [2.5.3] - 2021-04-23
1014

1115
- improved performances of `VPackParser.toJson()`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>velocypack</artifactId>
7-
<version>2.5.3</version>
7+
<version>2.5.4</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)