Skip to content

Commit 54e3c6c

Browse files
committed
update changelog
1 parent 8ef14d7 commit 54e3c6c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# CHANGELOG for ssh
22

3+
## 0.10.16
4+
* #58 fix deprication warning in default value of provider (thanks to @CloCkWeRX)
5+
* #59 - fix known_hosts diretctory creation (thanks to @atward)
6+
37
## 0.10.14
48
* #54 fix issues in readme (Thanks to @javierav)
59
* #57 remove un-needed conditional (thanks to @elser82)
6-
* #58 fix deprication warning in default value of provider (thanks to @CloCkWeRX)
7-
* #59 - fix known_hosts diretctory creation (thanks to @atward)
810
* several updates to get rubocop and foodcritic happy
911

1012
## 0.10.12

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'LWRPs for managing SSH known_hosts and config files'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '0.10.14'
7+
version '0.10.16'
88
issues_url 'https://github.com/markolson/chef-ssh/issues'
99
source_url 'https://github.com/markolson/chef-ssh'
1010

0 commit comments

Comments
 (0)