From fd5bcdd33e6a8a9a356963a521eb5a77d853e339 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 18 Jul 2023 00:27:57 +0000 Subject: [PATCH] Release prep v3.4.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a72b0..c9be98a 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.4.1](https://github.com/puppetlabs/puppetlabs-xinetd/tree/v3.4.1) - 2023-07-18 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-xinetd/compare/v3.4.0...v3.4.1) + +### Other + +- Update operatingsystem_support in metadata.json [#132](https://github.com/puppetlabs/puppetlabs-xinetd/pull/132) ([nmburgan](https://github.com/nmburgan)) + ## [v3.4.0](https://github.com/puppetlabs/puppetlabs-xinetd/tree/v3.4.0) - 2023-07-17 [Full Changelog](https://github.com/puppetlabs/puppetlabs-xinetd/compare/v3.3.0...v3.4.0) diff --git a/metadata.json b/metadata.json index 2262621..0132078 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-xinetd", - "version": "3.4.0", + "version": "3.4.1", "author": "puppetlabs", "summary": "Configures xinetd and exposes the xinetd::service definition for adding new services.", "license": "Apache-2.0",