File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ 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.3] - 2018-11-12
10
+
11
+ ### Fixed
12
+
13
+ - adaption to changed ArangoSearch API
14
+
9
15
## [ 5.0.2] - 2018-11-09
10
16
11
17
### Added
@@ -507,7 +513,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
507
513
508
514
- changed VelocyStream communication (send protocol header)
509
515
510
- [ unreleased ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.2...HEAD
516
+ [ unreleased ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.3...HEAD
517
+ [ 5.0.3 ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.2...5.0.3
511
518
[ 5.0.2 ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.1...5.0.2
512
519
[ 5.0.1 ] : https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.0...5.0.1
513
520
[ 5.0.0 ] : https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.2...5.0.0
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-java-driver-async</artifactId >
7
- <version >5.0.3-SNAPSHOT </version >
7
+ <version >5.0.3</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