File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.4.1] - 2018-09-18
10
+
9
11
### Fixed
10
12
11
13
- fixed handling of additional fields
@@ -137,7 +139,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
137
139
138
140
- added support for registering modules on ` VPack ` ,` VPackParser `
139
141
140
- [ unreleased ] : https://github.com/arangodb/java-velocypack/compare/1.4.0...HEAD
142
+ [ unreleased ] : https://github.com/arangodb/java-velocypack/compare/1.4.1...HEAD
143
+ [ 1.4.1 ] : https://github.com/arangodb/java-velocypack/compare/1.4.0...1.4.1
141
144
[ 1.4.0 ] : https://github.com/arangodb/java-velocypack/compare/1.3.0...1.4.0
142
145
[ 1.3.0 ] : https://github.com/arangodb/java-velocypack/compare/2.3.1...1.3.0
143
146
[ 1.2.0 ] : https://github.com/arangodb/java-velocypack/compare/1.1.0...1.2.0
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >velocypack</artifactId >
7
- <version >1.4.1-SNAPSHOT </version >
7
+ <version >1.4.1</version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments