aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelissa Stone <melissa@puppet.com>2019-01-11 10:32:54 -0800
committerMelissa Stone <melissa@puppet.com>2019-01-11 10:54:19 -0800
commit150d498a525d7c8b45ea6107fb8d17a73d38d29b (patch)
tree4df4b23197aa4b260ed9488eb773208b5345de96
parent487a384fa3bb1c176ba7b1093cd83299f8bcc33d (diff)
downloadpuppet-hosts_core-150d498a525d7c8b45ea6107fb8d17a73d38d29b.tar.gz
puppet-hosts_core-150d498a525d7c8b45ea6107fb8d17a73d38d29b.tar.bz2
(maint) Prep for 1.0.2 release
-rw-r--r--CHANGELOG.md5
-rw-r--r--metadata.json4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 542f8c8..4801c64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ 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.2] - 2019-01-11
+### Added
+- Added Japanese translations
+
## [1.0.1] - 2018-08-20
### Added
- (PUP-9053) Enable localization
@@ -15,5 +19,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
### Summary
This is the initial release of the extracted host module
+[1.0.2]: https://github.com/puppetlabs/puppetlabs-host_core/compare/1.0.1...1.0.2
[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 5707bdf..02c2553 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-host_core",
- "version": "1.0.1",
+ "version": "1.0.2",
"author": "Puppet Labs",
"summary": "Installs and manages host entries",
"license": "Apache-2.0",
@@ -89,4 +89,4 @@
"pdk-version": "1.8.0",
"template-url": "https://github.com/puppetlabs/pdk-templates",
"template-ref": "heads/master-0-gd61c0a4"
-} \ No newline at end of file
+}