Skip to content

Commit

Permalink
Prepare release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpv1989 committed Sep 25, 2018
1 parent 2d17d81 commit a5f7308
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [5.0.1] - 2018-09-25

### Fixed

- fixed `ArangoCursor#next` when performing a dirty read
Expand Down Expand Up @@ -903,7 +905,8 @@ Added support for sparse indexes

- Initial Release

[unreleased]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.0...HEAD
[unreleased]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.1...HEAD
[5.0.1]: https://github.com/arangodb/arangodb-java-driver/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/arangodb/arangodb-java-driver/compare/4.7.3...5.0.0
[4.7.3]: https://github.com/arangodb/arangodb-java-driver/compare/4.7.2...4.7.3
[4.7.2]: https://github.com/arangodb/arangodb-java-driver/compare/4.7.1...4.7.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-java-driver</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>
<inceptionYear>2016</inceptionYear>
<packaging>jar</packaging>

Expand Down

0 comments on commit a5f7308

Please sign in to comment.