Skip to content

Commit d1c204f

Browse files
committed
prepare 5.0.7 release
1 parent c6bb126 commit d1c204f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

ChangeLog.md

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

77
## [Unreleased]
88

9+
## [5.0.7] - 2019-19-07
10+
11+
### Fixed
12+
13+
- properly all load all configuration defaults
14+
15+
### Added
16+
17+
- added acquireHostListInterval configuration parameter
18+
919
## [5.0.6] - 2019-18-06
1020

1121
### Fixed
@@ -533,7 +543,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
533543

534544
- changed VelocyStream communication (send protocol header)
535545

536-
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.5...HEAD
546+
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.7...HEAD
547+
[5.0.7]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.6...5.0.7
548+
[5.0.6]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.5...5.0.6
537549
[5.0.5]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.4...5.0.5
538550
[5.0.4]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.3...5.0.4
539551
[5.0.3]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.2...5.0.3

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.6-SNAPSHOT</version>
7+
<version>5.0.7</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)