From f40c9e54583671ef6da8d149d51b34e13b28d403 Mon Sep 17 00:00:00 2001 From: Greg Dubicki Date: Tue, 4 Apr 2023 18:22:08 +0100 Subject: [PATCH] Prepare 4.3.0 release --- CHANGELOG.md | 7 +++++++ puppetboard/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda4da9cf..b071d63a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ Changelog This is the changelog for Puppetboard. +4.3.0 +----- + +* Add new **Classes** view. This view lists the Puppet classes that have had at least one of their resources changed (event). ([#799](https://github.com/voxpupuli/puppetboard/pull/799)). + +Big thanks to [Louis Charreau](https://github.com/lcharreau) who contributed the above feature! + 4.2.6 ----- diff --git a/puppetboard/version.py b/puppetboard/version.py index 4dda39532..fe99f7990 100644 --- a/puppetboard/version.py +++ b/puppetboard/version.py @@ -2,4 +2,4 @@ # Puppetboard version module # -__version__ = '4.2.6' +__version__ = '4.3.0'