Skip to content

Commit 40408dc

Browse files
committed
prepare 5.0.4 release
1 parent a7d8ed3 commit 40408dc

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

ChangeLog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)