From bad428292bafc24527d8099e16900c9bd00cc850 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 13 Jul 2023 08:55:19 +0200 Subject: [PATCH] Release 5.1.0 --- CHANGELOG.md | 13 +++++++++++++ metadata.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb52a57..a546e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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. +## [v5.1.0](https://github.com/voxpupuli/puppet-squid/tree/v5.1.0) (2023-07-13) + +[Full Changelog](https://github.com/voxpupuli/puppet-squid/compare/v5.0.0...v5.1.0) + +**Implemented enhancements:** + +- Add AlmaLinux/Rocky support [\#184](https://github.com/voxpupuli/puppet-squid/pull/184) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- Allow puppet-selinux 4.x [\#183](https://github.com/voxpupuli/puppet-squid/pull/183) ([smortex](https://github.com/smortex)) +- Allow puppetlabs-concat 9.x [\#182](https://github.com/voxpupuli/puppet-squid/pull/182) ([smortex](https://github.com/smortex)) + ## [v5.0.0](https://github.com/voxpupuli/puppet-squid/tree/v5.0.0) (2023-07-12) [Full Changelog](https://github.com/voxpupuli/puppet-squid/compare/v4.0.0...v5.0.0) diff --git a/metadata.json b/metadata.json index eea7525..56c85bb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-squid", - "version": "5.0.1-rc0", + "version": "5.1.0", "author": "Vox Pupuli", "summary": "configure squid caching proxy", "license": "Apache-2.0",