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()