Skip to content

Commit

Permalink
prepare 5.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hkernbach committed Jul 19, 2019
1 parent c6bb126 commit d1c204f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [5.0.7] - 2019-19-07

### Fixed

- properly all load all configuration defaults

### Added

- added acquireHostListInterval configuration parameter

## [5.0.6] - 2019-18-06

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

- changed VelocyStream communication (send protocol header)

[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.5...HEAD
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.7...HEAD
[5.0.7]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.6...5.0.7
[5.0.6]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.5...5.0.6
[5.0.5]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.4...5.0.5
[5.0.4]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.3...5.0.4
[5.0.3]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.2...5.0.3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver-async</artifactId>
<version>5.0.6-SNAPSHOT</version>
<version>5.0.7</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit d1c204f

Please sign in to comment.