File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff 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-07-19
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-05-24
1020
1121### Added
@@ -952,7 +962,8 @@ Added support for sparse indexes
952962
953963- Initial Release
954964
955- [ unreleased ] : https://github.com/arangodb/arangodb-java-driver/compare/5.0.6...HEAD
965+ [ unreleased ] : https://github.com/arangodb/arangodb-java-driver/compare/5.0.7...HEAD
966+ [ 5.0.7 ] : https://github.com/arangodb/arangodb-java-driver/compare/5.0.6...5.0.7
956967[ 5.0.6 ] : https://github.com/arangodb/arangodb-java-driver/compare/5.0.5...5.0.6
957968[ 5.0.5 ] : https://github.com/arangodb/arangodb-java-driver/compare/5.0.4...5.0.5
958969[ 5.0.4 ] : https://github.com/arangodb/arangodb-java-driver/compare/5.0.3...5.0.4
Original file line number Diff line number Diff line change 55
66 <groupId >com.arangodb</groupId >
77 <artifactId >arangodb-java-driver</artifactId >
8- <version >5.0.7-SNAPSHOT </version >
8+ <version >5.0.7</version >
99 <inceptionYear >2016</inceptionYear >
1010 <packaging >jar</packaging >
1111
You can’t perform that action at this time.
0 commit comments