diff options
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fded49a..542f8c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. 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). +## [1.0.1] - 2018-08-20 +### Added +- (PUP-9053) Enable localization +### Changed +- (PUP-9052) Bump puppet req to at least puppet 6 +- Include puppet 6 and remove default role + ## [1.0.0] - 2018-07-13 ### Summary This is the initial release of the extracted host module +[1.0.1]: https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/puppetlabs/puppetlabs-host_core/releases/tag/1.0.0 diff --git a/metadata.json b/metadata.json index b34ca72..3dc1dd7 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-host_core", - "version": "1.0.0", + "version": "1.0.1", "author": "Puppet Labs", "summary": "Installs and manages host entries", "license": "Apache-2.0", |