diff --git a/CHANGELOG.md b/CHANGELOG.md index 9619897..f060656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ -## 2017-??-?? - Release ?.?.? +## 2017-02-20 - Release 2.0.0 + +### Summary +Completed parameter list, fixed documentation and added spec tests. + +### Improvements - Removed option to install java from within module - Added version indication to parameters whereever needed - Completed parameter list: ALL possible settings should be in here. - Default setup should make use of packages, whether it be rpm's or debs. The reason is, that no sane company is using a source install. +- Added spec testing +- Moving to test kitchen for integration testing ## 2016-11-15 - Release 1.2.4 Adaptations needed for install with rpm. diff --git a/metadata.json b/metadata.json index 9d2a2cb..33f10e6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "mlambrichs-neo4j", - "version": "1.2.4", + "version": "2.0.0", "author": "Marc Lambrichs ", "license": "Apache-2.0", "summary": "A module installing and configuring Neo4j community or enterprise editions.",