Skip to content

Commit 3ad0afe

Browse files
committed
Version 0.2.2
1 parent 913f025 commit 3ad0afe

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
# CHANGELOG
22

3-
## 0.2.1 (2020-10-12)
3+
## v0.2.2 (2021-04-08)
4+
5+
- Fix home directory creation with incorrect owner/group
6+
7+
### Fixed
8+
9+
- Correct `.ssh` directory permissions
10+
11+
## v0.2.1 (2020-10-12)
412

513
### Fixed
614

715
- Correct `.ssh` directory permissions
816

9-
## 0.2.0 (2020-09-18)
17+
## v0.2.0 (2020-09-18)
1018

1119
### Changed
1220

1321
- Change SSH key file generation to use user primary group by default
1422

15-
## 0.1.0 (2020-07-10)
23+
## v0.1.0 (2020-07-10)
1624

1725
## Added
1826

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.1'
6+
version '0.2.2'
77
chef_version '>= 16.0'
88

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

0 commit comments

Comments
 (0)