Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhughes committed Oct 12, 2020
1 parent ce0bc19 commit ed99c31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# CHANGELOG

## 0.2.1 (2020-10-12)

### Fixed

- Correct `.ssh` directory permissions

## 0.2.0 (2020-09-18)

### Changed

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

## 0.1.0 (2020-07-10)

## Added

- Initial release
- Provides `user_ssh_authorized_key` to manage user SSH authorized keys
- Provides `user_ssh_known_host` to manage user SSH known hosts
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Configures user SSH keys and options'
version '0.2.0'
version '0.2.1'
chef_version '>= 16.0'

issues_url 'https://github.com/bmhughes/user_ssh/issues'
Expand Down

0 comments on commit ed99c31

Please sign in to comment.