Bump Memgraph version to 0.9

Reviewers: mferencevic, buda

Reviewed By: mferencevic

Differential Revision: https://phabricator.memgraph.io/D1063
This commit is contained in:
Teon Banek 2017-12-18 10:25:58 +01:00
parent 5b7cb4602c
commit f0469ba634
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Change Log
## Next release
## Next Release
## v0.9.0
### Breaking Changes
@ -12,7 +15,7 @@
* Write-ahead log added.
* `nodes` and `relationships` functions added.
* `UNION` and `UNION ALL` is implemented.
* Concurrent index creation is now enabled.
* Concurrent index creation is now enabled.
### Bug Fixes and Other Changes

View File

@ -42,7 +42,7 @@ string(STRIP ${COMMIT_HASH} COMMIT_HASH)
# -----------------------------------------------------------------------------
project(memgraph VERSION 0.8.0)
project(memgraph VERSION 0.9.0)
# -----------------------------------------------------------------------------
# setup CMake module path, defines path for include() and find_package()