diff --git a/CHANGELOG.md b/CHANGELOG.md index fb81abf..904e40a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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-ipset/tree/v4.1.0) (2023-11-25) + +[Full Changelog](https://github.com/voxpupuli/puppet-ipset/compare/v4.0.0...v4.1.0) + +**Implemented enhancements:** + +- Add Debian 12 support [\#94](https://github.com/voxpupuli/puppet-ipset/pull/94) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- IP::Address type is no longer supported, switch to Stdlib variant [\#92](https://github.com/voxpupuli/puppet-ipset/pull/92) ([WoutResseler](https://github.com/WoutResseler)) + ## [v4.0.0](https://github.com/voxpupuli/puppet-ipset/tree/v4.0.0) (2023-10-20) [Full Changelog](https://github.com/voxpupuli/puppet-ipset/compare/v3.0.0...v4.0.0) diff --git a/metadata.json b/metadata.json index ee263d9..dcb0d2a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-ipset", - "version": "4.0.1-rc0", + "version": "4.1.0", "author": "Vox Pupuli", "summary": "Linux ipsets management", "license": "AGPL-3.0",