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",