File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 5.0.0-RC.1] - 2018-09-12
10
+
9
11
### Added
10
12
11
13
- added dirty read support ([ reading from followers] ( https://docs.arangodb.com/current/Manual/Administration/ActiveFailover/#reading-from-follower ) )
@@ -891,7 +893,8 @@ Added support for sparse indexes
891
893
892
894
- Initial Release
893
895
894
- [ unreleased ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.3...HEAD
896
+ [ unreleased ] : https://github.com/arangodb/arangodb-java-driver/compare/5.0.0-RC.1...HEAD
897
+ [ 5.0.0-rc.1 ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.3...5.0.0-RC.1
895
898
[ 4.7.3 ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.2...4.7.3
896
899
[ 4.7.2 ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.1...4.7.2
897
900
[ 4.7.1 ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.0...4.7.1
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-java-driver</artifactId >
7
- <version >5.0.0-SNAPSHOT </version >
7
+ <version >5.0.0-RC.1 </version >
8
8
<inceptionYear >2016</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments