File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 5.0.4] - 2019-18-01
10+
11+ ### Fixed
12+
13+ - fixed bug with multi document operations when using parameter ` silent ` (issue #241 )
14+
915## [ 5.0.3] - 2018-11-12
1016
1117### Fixed
@@ -513,7 +519,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
513519
514520- changed VelocyStream communication (send protocol header)
515521
516- [ unreleased ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.3...HEAD
522+ [ unreleased ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.4...HEAD
523+ [ 5.0.4 ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.3...5.0.4
517524[ 5.0.3 ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.2...5.0.3
518525[ 5.0.2 ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.1...5.0.2
519526[ 5.0.1 ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.0...5.0.1
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-java-driver-async</artifactId >
7- <version >5.0.4-SNAPSHOT </version >
7+ <version >5.0.4</version >
88 <inceptionYear >2016</inceptionYear >
99 <packaging >jar</packaging >
1010
You can’t perform that action at this time.
0 commit comments