diff --git a/CHANGELOG.md b/CHANGELOG.md index 0471cfc3..1f494d20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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). +## [12.1.0] +### Added +- allow puppet/systemd < 8, fixes #382 +### Changed +- set sshd config mode to 0644 on AIX, fixes #371 (#383) +- use `contain` instead of `include`, fixes #367 (#387) +### Fixed +- fix tests on OpenBSD (#384) +- drop tag from concat_{file,fragment}, fixes #304 (#385) +- fix subsystem option if use_augeas = true, fixes #376 (#386) + ## [12.0.1] ### Fixed - make ssh::hostkeys::exclude_interfaces_re parameter work properly (#380) diff --git a/metadata.json b/metadata.json index 9a306fea..d980c627 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-ssh", - "version": "12.0.1", + "version": "12.1.0", "author": "saz", "summary": "Manage SSH client and server via Puppet.", "license": "Apache-2.0",