diff --git a/CHANGELOG.md b/CHANGELOG.md index ee458f8f..c0e49901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v14.0.1](https://github.com/saz/puppet-ssh/tree/v14.0.1) (2025-10-28) + +[Full Changelog](https://github.com/saz/puppet-ssh/compare/v14.0.0...v14.0.1) + +**Fixed bugs:** + +- Fix ssh hostkeys export after merging \#423 [\#429](https://github.com/saz/puppet-ssh/pull/429) ([saz](https://github.com/saz)) + ## [v14.0.0](https://github.com/saz/puppet-ssh/tree/v14.0.0) (2025-10-28) [Full Changelog](https://github.com/saz/puppet-ssh/compare/v13.1.0...v14.0.0) diff --git a/metadata.json b/metadata.json index fcb9957e..ac17fadc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-ssh", - "version": "14.0.0", + "version": "14.0.1", "author": "saz", "summary": "Manage SSH client and server via Puppet.", "license": "Apache-2.0",