Skip to content

Commit 3c91b0c

Browse files
committed
prepare 5.0.6 release
1 parent f906ece commit 3c91b0c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: ChangeLog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [5.0.6] - 2019-05-24
10+
11+
### Added
12+
13+
- requests are now storing header information
14+
- faster test code execution
915

1016
## [5.0.5] - 2019-05-24
1117

@@ -946,7 +952,9 @@ Added support for sparse indexes
946952

947953
- Initial Release
948954

949-
[unreleased]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.4...HEAD
955+
[unreleased]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.6...HEAD
956+
[5.0.6]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.5...5.0.6
957+
[5.0.5]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.4...5.0.5
950958
[5.0.4]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.3...5.0.4
951959
[5.0.3]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.2...5.0.3
952960
[5.0.2]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.1...5.0.2

Diff for: pom.xml

+1-1
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.6-SNAPSHOT</version>
8+
<version>5.0.6</version>
99
<inceptionYear>2016</inceptionYear>
1010
<packaging>jar</packaging>
1111

0 commit comments

Comments
 (0)