From 923d0d5c45170c962578c5532b6caac39e4a4753 Mon Sep 17 00:00:00 2001 From: Garrett Honeycutt Date: Tue, 10 Dec 2024 12:26:35 -0500 Subject: [PATCH] Release v4.1.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793e76f..4fdf54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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. +## [v4.1.0](https://github.com/voxpupuli/puppet-kmod/tree/v4.1.0) (2024-12-10) + +[Full Changelog](https://github.com/voxpupuli/puppet-kmod/compare/v4.0.1...v4.1.0) + +**Implemented enhancements:** + +- Add support for EL9 [\#119](https://github.com/voxpupuli/puppet-kmod/pull/119) ([ghoneycutt](https://github.com/ghoneycutt)) + ## [v4.0.1](https://github.com/voxpupuli/puppet-kmod/tree/v4.0.1) (2023-10-02) [Full Changelog](https://github.com/voxpupuli/puppet-kmod/compare/v4.0.0...v4.0.1) diff --git a/metadata.json b/metadata.json index 34f8ef2..cf3f829 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-kmod", - "version": "4.0.2-rc0", + "version": "4.1.0", "author": "Vox Pupuli", "summary": "Manage Linux kernel modules with Puppet", "license": "Apache-2.0",