diff --git a/CHANGELOG b/CHANGELOG index 3bd9d314a..7b8dd7de6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +2014-07-15 Release 1.3.1 + +Summary: + +This release merely updates metadata.json so the module can be uninstalled and +upgraded via the puppet module command. + 2014-06-18 Release 1.3.0 Features: - Add 'log_on_success', 'log_on_success_operator' and 'log_on_failure_operator diff --git a/metadata.json b/metadata.json index 16dcb9b4b..d35677b72 100644 --- a/metadata.json +++ b/metadata.json @@ -1,19 +1,20 @@ { - "project_page": "https://github.com/puppetlabs/puppetlabs-xinetd", + "name": "puppetlabs-xinetd", + "version": "1.3.1", + "author": "puppetlabs", + "summary": "Puppet Labs Xinetd Module", "license": "Apache License, Version 2.0", "source": "https://github.com/puppetlabs/puppetlabs-xinetd", - "dependencies": [ - { - "name": "puppetlabs/stdlib", - "version_requirement": ">=2.2.1" - } - ], + "project_page": "https://github.com/puppetlabs/puppetlabs-xinetd", + "issues_url": "https://github.com/puppetlabs/puppetlabs-xinetd/issues", "types": [ - + ], "description": "Puppet module to configure xinetd services", - "summary": "Puppet Labs Xinetd Module", - "name": "puppetlabs-xinetd", - "author": "puppetlabs", - "version": "1.3.0" + "dependencies": [ + { + "name": "puppetlabs/stdlib", + "version_requirement": ">=2.2.1" + } + ] }