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
+ ## [ 4.7.3] - 2018-09-03
10
+
11
+ ### Changed
12
+
13
+ - made ` AqlQueryOptions#Options ` serializable
14
+
9
15
## [ 4.7.2] - 2018-09-03
10
16
11
17
### Changed
@@ -870,7 +876,8 @@ Added support for sparse indexes
870
876
871
877
- Initial Release
872
878
873
- [ unreleased ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.2...HEAD
879
+ [ unreleased ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.3...HEAD
880
+ [ 4.7.3 ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.2...4.7.3
874
881
[ 4.7.2 ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.1...4.7.2
875
882
[ 4.7.1 ] : https://github.com/arangodb/arangodb-java-driver/compare/4.7.0...4.7.1
876
883
[ 4.7.0 ] : https://github.com/arangodb/arangodb-java-driver/compare/4.6.1...4.7.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</artifactId >
7
- <version >4.7.3-SNAPSHOT </version >
7
+ <version >4.7.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