File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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 ) .
6
6
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
+
7
14
## [ 1.0.1] - 2018-08-17
8
15
### Added
9
16
- (PUP-9053) Enable localization
@@ -17,5 +24,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
17
24
### Summary
18
25
This is the initial release of the extracted sshkeys module.
19
26
27
+ [ 1.0.2 ] : https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.1...1.0.2
20
28
[ 1.0.1 ] : https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/1.0.0...1.0.1
21
29
[ 1.0.0 ] : https://github.com/puppetlabs/puppetlabs-sshkeys_core/releases/tag/1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-sshkeys_core" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"author" : " Puppet Labs" ,
5
5
"summary" : " Manage SSH authorized keys, and known hosts." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments