Skip to content

Commit c7c59e0

Browse files
committed
prepare 5.0.7 release
1 parent 0c89446 commit c7c59e0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

ChangeLog.md

Lines changed: 12 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-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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

0 commit comments

Comments
 (0)