From 47461df157bcbbc993247cddac95a086d433ae48 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 18 Nov 2024 15:13:59 +0000 Subject: [PATCH] Release prep v12.2.1 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2012b2ba4..11a74cb5f 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). +## [v12.2.1](https://github.com/puppetlabs/puppetlabs-apache/tree/v12.2.1) - 2024-11-18 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v12.2.0...v12.2.1) + +### Fixed + +- Update types/oidcsettings UserInfoRefreshInterval to allow Integers again [#2578](https://github.com/puppetlabs/puppetlabs-apache/pull/2578) ([gcoxmoz](https://github.com/gcoxmoz)) + ## [v12.2.0](https://github.com/puppetlabs/puppetlabs-apache/tree/v12.2.0) - 2024-10-23 [Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/v12.1.0...v12.2.0) diff --git a/metadata.json b/metadata.json index f80bd2ec3..2f4be06c2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apache", - "version": "12.2.0", + "version": "12.2.1", "author": "puppetlabs", "summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.", "license": "Apache-2.0",