diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f494d20..b07ccf68 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). +## [13.0.0] +### Removed +- BREAKING CHANGE: remove Ubuntu 18.04 as supported OS (#402) +### Fixed +- ssh_instance: write ciphers,macs and kex as comma-separated string (#401) +- Purge and Recurse should be set together (#399) +### Added +- Add support for sshd_config include files (#390) +### Changed +- Set merge behavior of ssh::server_instances to deep (#395) + ## [12.1.0] ### Added - allow puppet/systemd < 8, fixes #382 diff --git a/metadata.json b/metadata.json index 15748964..9a25f10d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-ssh", - "version": "12.1.0", + "version": "13.0.0", "author": "saz", "summary": "Manage SSH client and server via Puppet.", "license": "Apache-2.0",