Skip to content

Commit de4b4e0

Browse files
author
mpv1989
committed
Prepare release 1.4.1
1 parent 1f7af87 commit de4b4e0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

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

77
## [Unreleased]
88

9+
## [1.4.1] - 2018-09-18
10+
911
### Fixed
1012

1113
- 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
137139

138140
- added support for registering modules on `VPack`,`VPackParser`
139141

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
141144
[1.4.0]: https://github.com/arangodb/java-velocypack/compare/1.3.0...1.4.0
142145
[1.3.0]: https://github.com/arangodb/java-velocypack/compare/2.3.1...1.3.0
143146
[1.2.0]: https://github.com/arangodb/java-velocypack/compare/1.1.0...1.2.0

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>1.4.1-SNAPSHOT</version>
7+
<version>1.4.1</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)