From 876861809fb83bad13e07e9e0bf69c39bad35ecc Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 3 Apr 2025 10:53:20 +0000 Subject: [PATCH] Release prep v10.1.1 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7868cbc..3bafc4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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). +## [v10.1.1](https://github.com/puppetlabs/puppetlabs-iis/tree/v10.1.1) - 2025-04-03 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v10.1.0...v10.1.1) + +### Fixed + +- (CAT-2274): Add support for forms authentication in web administration templates [#401](https://github.com/puppetlabs/puppetlabs-iis/pull/401) ([span786](https://github.com/span786)) +- (MODULES-11467) update summary to match platforms [#400](https://github.com/puppetlabs/puppetlabs-iis/pull/400) ([amitkarsale](https://github.com/amitkarsale)) + ## [v10.1.0](https://github.com/puppetlabs/puppetlabs-iis/tree/v10.1.0) - 2025-03-12 [Full Changelog](https://github.com/puppetlabs/puppetlabs-iis/compare/v10.0.1...v10.1.0) diff --git a/metadata.json b/metadata.json index 8af31b1b..dbfb9b7d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-iis", - "version": "10.1.0", + "version": "10.1.1", "author": "puppetlabs", "summary": "Manage IIS for Windows Server 2012, 2012R2, 2016, 2019 and 2022. Maintain application sites, pools, installation, and many other IIS settings.", "license": "Apache-2.0",