diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ea331..090629f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,31 @@ # Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [6.2.0] ### Changed - support older facter versions (#293) ## [6.1.0] ### Fixed -- Fix absolute class name includes +- Fix absolute class name includes - Use gid 0 instead of group name for $host_priv_key_group (#289) - Sort hostkeys (#288) - Do not show diff when installing a ssh private host key (#283) - Don't populate options which have a value of `undef` (#281) ### Added - document exclusion of interfaces and ipaddresses within hostkeys.pp (#267) - add parameter to use trusted facts to hostkeys.pp (#226) ## [6.0.0] ### Fixed - don't fail at deep_merge if hiera data not available, see #272 - Fix typo in match_block example in README, see #271, #273 ### Added - Add CHANGELOG (starting with this release), see #222 - Test module with Puppet 6.1, see #269 ### Changed - Convert `ipaddresses` to 4x API namespaced function, see #270 - Allow `puppetlabs` `stdlib` and `concat` 6.x, see #280