diff options
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | metadata.json | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c954cd..fded49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ All notable changes to this project will be documented in this file. -## Release 0.1.0 +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). -**Features** +## [1.0.0] - 2018-07-13 +### Summary +This is the initial release of the extracted host module -**Bugfixes** - -**Known Issues** +[1.0.0]: https://github.com/puppetlabs/puppetlabs-host_core/releases/tag/1.0.0 diff --git a/metadata.json b/metadata.json index 6bee2f3..3867245 100644 --- a/metadata.json +++ b/metadata.json @@ -1,10 +1,12 @@ { "name": "puppetlabs-host_core", - "version": "0.1.0", + "version": "1.0.0", "author": "Puppet Labs", - "summary": "", + "summary": "Installs and manages host entries", "license": "Apache-2.0", - "source": "", + "source": "https://github.com/puppetlabs/puppetlabs-host_core", + "project_page": "https://github.com/puppetlabs/puppetlabs-host_core/blob/master/README.md", + "issues_url": "https://tickets.puppetlabs.com/projects/MODULES", "dependencies": [ ], |