From 7892f69920f101e51d8ddfa0ac3d22492369f131 Mon Sep 17 00:00:00 2001 From: Teon Banek <teon.banek@memgraph.io> Date: Mon, 29 Oct 2018 10:03:46 +0100 Subject: [PATCH] Add changelog for version 0.14 Reviewers: mferencevic, buda, msantl Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D1706 --- CHANGELOG.md | 19 +++++++++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d9b2699..e71d56ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## v0.14.0 + +### Breaking Changes + +* Write-ahead log format changed (not backward compatible). + +### Major Features and Improvements + +* [Enterprise Ed.] Reduce memory usage in distributed usage. +* Add `DROP INDEX` feature. +* Improve SSL error messages. + +### Bug Fixes and Other Changes + +* [Enterprise Ed.] Fix issues with reading and writing in a distributed query. +* Correctly handle an edge case with unique constraint checks. +* Fix a minor issue with `mg_import_csv`. +* Fix an issue with `EXPLAIN`. + ## v0.13.0 ### Breaking Changes diff --git a/CMakeLists.txt b/CMakeLists.txt index c9bfc8d51..85f44a8ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ string(STRIP ${COMMIT_HASH} COMMIT_HASH) # ----------------------------------------------------------------------------- -project(memgraph VERSION 0.13.0) +project(memgraph VERSION 0.14.0) # ----------------------------------------------------------------------------- # setup CMake module path, defines path for include() and find_package()