diff --git a/CHANGELOG.md b/CHANGELOG.md index ef0a7e6c..cab45f85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Development +## 2.0.0 (Feb 15, 2020) + - Added new parameter `st2::python_version` that controls the version of python to install. This was added so that OSes that don't come with Python 3 by default, can install Python 3. The default is `'system'` and the system `python` package will be installed, diff --git a/metadata.json b/metadata.json index 8796a924..72f27933 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "stackstorm-st2", - "version": "1.7.0", + "version": "2.0.0", "author": "stackstorm", "summary": "Puppet module to manage/configure StackStorm", "license": "Apache-2.0", @@ -87,7 +87,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.10.0 < 8.0.0" + "version_requirement": ">= 5.0.0 < 8.0.0" } ], "pdk-version": "1.19.0.pre (102)",