Skip to content

Commit 5d6ce83

Browse files
author
mpv1989
committed
Prepare release 5.0.1
1 parent 31f820d commit 5d6ce83

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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
10+
911
### Fixed
1012

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

500502
- changed VelocyStream communication (send protocol header)
501503

502-
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.0...HEAD
504+
[unreleased]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.1...HEAD
505+
[5.0.1]: https://github.com/arangodb/arangodb-java-driver-async/compare/5.0.0...5.0.1
503506
[5.0.0]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.2...5.0.0
504507
[4.7.2]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.7.0...4.7.2
505508
[4.7.0]: https://github.com/arangodb/arangodb-java-driver-async/compare/4.6.1...4.7.0

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.1-SNAPSHOT</version>
7+
<version>5.0.1</version>
88
<inceptionYear>2016</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)