diff options
author | Melissa Stone <melissa@puppet.com> | 2019-01-11 13:45:06 -0800 |
---|---|---|
committer | Melissa Stone <melissa@puppet.com> | 2019-01-11 13:45:06 -0800 |
commit | 9f73a3a4c472fa0c194c60c9a3fbfe0a324bdce5 (patch) | |
tree | d67bca59d5f85bb0983823ba72961ea9d956781e | |
parent | 70f94b53d15132191cbbf372e69a35deba2955d9 (diff) | |
download | puppet-sshkeys_core-9f73a3a4c472fa0c194c60c9a3fbfe0a324bdce5.tar.gz puppet-sshkeys_core-9f73a3a4c472fa0c194c60c9a3fbfe0a324bdce5.tar.bz2 |
(maint) Prep for 1.0.2 release
-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 d716cd9..3de3ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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 LICENSE file +- Added Japanese translations +## Changed +- Fixed invalid 'options' error + ## [1.0.1] - 2018-08-17 ### Added - (PUP-9053) Enable localization @@ -17,5 +24,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 sshkeys module. +[1.0.2]: https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/puppetlabs/puppetlabs-sshkeys_core/releases/tag/1.0.0 diff --git a/metadata.json b/metadata.json index 75bfbca..b62a529 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-sshkeys_core", - "version": "1.0.1", + "version": "1.0.2", "author": "Puppet Labs", "summary": "Manage SSH authorized keys, and known hosts.", "license": "Apache-2.0", |