Skip to content

Commit a61ea8f

Browse files
committed
prepare release
1 parent 528fa0e commit a61ea8f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ChangeLog.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9-
## [5.0.1] - 2018-09-25
9+
## [5.0.2] - 2018-11-09
1010

1111
### Added
1212

1313
- added `ArangoGraphAsync#drop(boolean dropCollections)`
1414

15+
## [5.0.1] - 2018-09-25
16+
1517
### Fixed
1618

1719
- fixed `ArangoCursor#next` when performing a dirty read
@@ -505,7 +507,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
505507

506508
- changed VelocyStream communication (send protocol header)
507509

508-
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.1...HEAD
510+
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.2...HEAD
511+
[5.0.2]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.1...5.0.2
509512
[5.0.1]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.0...5.0.1
510513
[5.0.0]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.2...5.0.0
511514
[4.7.2]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.0...4.7.2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-java-driver-async</artifactId>
7-
<version>5.0.2-SNAPSHOT</version>
7+
<version>5.0.2</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)