Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Commit 9f512cb

Browse files
author
mpv1989
committed
Prepare release 1.0.6
1 parent c01cf88 commit 9f512cb

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

ChangeLog.md

+8-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+
## [1.0.6] - 2018-09-03
10+
11+
### Fixed
12+
13+
- fixed partitioning with `ArangoSpark#load`
14+
915
## [1.0.5] - 2018-09-03
1016

1117
### Fixed
@@ -32,7 +38,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
3238
- added velocypack-module-jdk8
3339
- added velocypack-module-scala
3440

35-
[unreleased]: https://github.com/arangodb/arangodb-spark-connector/compare/1.0.5...HEAD
41+
[unreleased]: https://github.com/arangodb/arangodb-spark-connector/compare/1.0.6...HEAD
42+
[1.0.6]: https://github.com/arangodb/arangodb-spark-connector/compare/1.0.5...1.0.6
3643
[1.0.5]: https://github.com/arangodb/arangodb-spark-connector/compare/1.0.4...1.0.5
3744
[1.0.4]: https://github.com/arangodb/arangodb-spark-connector/compare/1.0.3...1.0.4
3845
[1.0.3]: https://github.com/arangodb/arangodb-spark-connector/compare/1.0.2...1.0.3

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-spark-connector</artifactId>
7-
<version>1.0.6-SNAPSHOT</version>
7+
<version>1.0.6</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

@@ -218,7 +218,7 @@
218218
<dependency>
219219
<groupId>com.arangodb</groupId>
220220
<artifactId>arangodb-java-driver</artifactId>
221-
<version>4.7.2</version>
221+
<version>4.7.3</version>
222222
</dependency>
223223
<dependency>
224224
<groupId>com.arangodb</groupId>

0 commit comments

Comments
 (0)
close