diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b254d..17f24f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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). +## [11.1.0] +### Fixed +- write ciphers,macs and kex as comma-separated string (#362) +- Fix "No ssh_server_version_major created with OpenSSH 9.2" (#359) + ## [11.0.0] ### Removed - BREAKING CHANGE: drop support for puppet 6 diff --git a/metadata.json b/metadata.json index 7701bee..ba06b49 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-ssh", - "version": "11.0.0", + "version": "11.1.0", "author": "saz", "summary": "Manage SSH client and server via Puppet.", "license": "Apache-2.0",