From 55b355fe3072901858400ca6dc981f639dff46ba Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 26 Nov 2025 19:38:00 +0000 Subject: [PATCH] Release prep v3.0.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8a348..61a3e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v3.0.1](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v3.0.1) - 2025-11-26 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/v3.0.0...v3.0.1) + +### Other + +- Specify correct supported puppet version, 8.x only [#114](https://github.com/puppetlabs/puppetlabs-sshkeys_core/pull/114) ([tvpartytonight](https://github.com/tvpartytonight)) + ## [v3.0.0](https://github.com/puppetlabs/puppetlabs-sshkeys_core/tree/v3.0.0) - 2025-11-25 [Full Changelog](https://github.com/puppetlabs/puppetlabs-sshkeys_core/compare/v2.5.1...v3.0.0) diff --git a/metadata.json b/metadata.json index aecac26..877b253 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-sshkeys_core", - "version": "3.0.0", + "version": "3.0.1", "author": "puppetlabs", "summary": "Manage SSH authorized keys, and known hosts.", "license": "Apache-2.0",