From 6f1ee0db817cbd34e082bfbe0f224a1c642ad32a Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 27 Dec 2023 13:15:05 +0100 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 121f14d..243d42a 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.0.0](https://github.com/voxpupuli/puppet-wireguard/tree/v4.0.0) (2023-12-27) + +[Full Changelog](https://github.com/voxpupuli/puppet-wireguard/compare/v3.1.2...v4.0.0) + +**Breaking changes:** + +- Switch from voxpupuli/ferm to voxpupuli/nftables for firewalling [\#94](https://github.com/voxpupuli/puppet-wireguard/pull/94) ([bastelfreak](https://github.com/bastelfreak)) + +**Implemented enhancements:** + +- Add Debian 12 support [\#95](https://github.com/voxpupuli/puppet-wireguard/pull/95) ([bastelfreak](https://github.com/bastelfreak)) + ## [v3.1.2](https://github.com/voxpupuli/puppet-wireguard/tree/v3.1.2) (2023-08-30) [Full Changelog](https://github.com/voxpupuli/puppet-wireguard/compare/v3.1.0...v3.1.2) diff --git a/metadata.json b/metadata.json index f3ed6b5..09c3a7b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-wireguard", - "version": "3.1.3-rc0", + "version": "4.0.0", "author": "Vox Pupuli", "summary": "installs, configures, and manages wireguard", "license": "AGPL-3.0",