From 9b9bc628fb507eaa2542e502cf4f9aa16f72b3e0 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 30 Oct 2023 10:11:30 +0100 Subject: [PATCH] Release 8.1.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d15102e..7b1d7a7 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. +## [v8.1.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v8.1.0) (2023-10-30) + +[Full Changelog](https://github.com/voxpupuli/puppet-unattended_upgrades/compare/v8.0.0...v8.1.0) + +**Implemented enhancements:** + +- Add Debian 12 support [\#236](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/236) ([weaselp](https://github.com/weaselp)) + ## [v8.0.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v8.0.0) (2023-06-23) [Full Changelog](https://github.com/voxpupuli/puppet-unattended_upgrades/compare/v7.1.0...v8.0.0) diff --git a/metadata.json b/metadata.json index e15978a..bf62112 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-unattended_upgrades", - "version": "8.0.1-rc0", + "version": "8.1.0", "author": "Vox Pupuli", "summary": "Provides an interface for managing Apt unattended_upgrades with Puppet", "license": "Apache-2.0",