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'