diff --git a/CHANGELOG.md b/CHANGELOG.md index 690090b..22af664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +# 2.1.0 + +- Rename face. + # 2.0.2 - Update face documentation. diff --git a/metadata.json b/metadata.json index 8e7bf2e..29ce82c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "tkishel-pe_tune", - "version": "2.0.2", + "version": "2.1.0", "author": "Thomas Kishel", "summary": "Inspect infrastructure and suggest tuned settings for services.", "license": "Apache-2.0", @@ -43,7 +43,7 @@ "version_requirement": "> 4.7.0 < 7.0.0" } ], - "description": "Collects information about your Puppet Enterprise installation. Outputs tuned Hiera YAML data for services based upon CPU and RAM.", + "description": "Collects information about your Puppet Enterprise installation. Outputs optimized settings for PE services based upon CPU and RAM.", "pdk-version": "1.7.1", "template-url": "file:///opt/puppetlabs/pdk/share/cache/pdk-templates.git", "template-ref": "1.7.1-0-g810b982"