Skip to content

Commit ed99c31

Browse files
committed
Version 0.2.1
1 parent ce0bc19 commit ed99c31

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# CHANGELOG
22

3+
## 0.2.1 (2020-10-12)
4+
5+
### Fixed
6+
7+
- Correct `.ssh` directory permissions
8+
39
## 0.2.0 (2020-09-18)
410

11+
### Changed
12+
513
- Change SSH key file generation to use user primary group by default
614

715
## 0.1.0 (2020-07-10)
816

17+
## Added
18+
919
- Initial release
1020
- Provides `user_ssh_authorized_key` to manage user SSH authorized keys
1121
- Provides `user_ssh_known_host` to manage user SSH known hosts

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email 'bmhughes@bmhughes.co.uk'
44
license 'Apache-2.0'
55
description 'Configures user SSH keys and options'
6-
version '0.2.0'
6+
version '0.2.1'
77
chef_version '>= 16.0'
88

99
issues_url 'https://github.com/bmhughes/user_ssh/issues'

0 commit comments

Comments
 (0)