Skip to content

Commit b90cb61

Browse files
committed
prepare 5.0.5 release
1 parent 4b57c44 commit b90cb61

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

ChangeLog.md

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

77
## [Unreleased]
88

9+
## [5.0.5] - 2019-14-05
10+
11+
### Fixed
12+
13+
- host handling (issue #241)
14+
- logging extended hostresolver
15+
16+
### Added
17+
18+
- add arangodb.httpCookieSpec
19+
- added smartJoinAttribute and shardingStrategy collection attributes
20+
921
## [5.0.4] - 2019-18-01
1022

1123
### Fixed
@@ -519,7 +531,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
519531

520532
- changed VelocyStream communication (send protocol header)
521533

522-
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.4...HEAD
534+
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.5...HEAD
535+
[5.0.5]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.4...5.0.5
523536
[5.0.4]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.3...5.0.4
524537
[5.0.3]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.2...5.0.3
525538
[5.0.2]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.1...5.0.2

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.5</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)