Skip to content

Commit 0e4857b

Browse files
authored
Merge pull request #18 from melissa/1.0.2-release
(maint) Prep for 1.0.2 release
2 parents 70f94b5 + 9f73a3a commit 0e4857b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [1.0.2] - 2019-01-11
8+
### Added
9+
- Added LICENSE file
10+
- Added Japanese translations
11+
## Changed
12+
- Fixed invalid 'options' error
13+
714
## [1.0.1] - 2018-08-17
815
### Added
916
- (PUP-9053) Enable localization
@@ -17,5 +24,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1724
### Summary
1825
This is the initial release of the extracted sshkeys module.
1926

27+
[1.0.2]: https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.1...1.0.2
2028
[1.0.1]: https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.0...1.0.1
2129
[1.0.0]: https://github.com/puppetlabs/puppetlabs-sshkeys_core/releases/tag/1.0.0

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-sshkeys_core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Puppet Labs",
55
"summary": "Manage SSH authorized keys, and known hosts.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)