diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3be0c59..d773d44 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,22 @@ Changelog This is the changelog for Puppetboard. +0.3.0 +===== + +* Core UI Reowrk +* Update to pypuppetdb 0.3.3 +* Fix sorty on data for index +* Update debian documentation +* Offline mode fix +* Fix fact attrbitue error on paths +* Enhanced testing +* Radiator CSS uses same coloring +* Markdown in config version +* Update Flask +* Cleanup requirements.txt +* Update package maintainer for OpenBSD + 0.2.1 ===== diff --git a/puppetboard/version.py b/puppetboard/version.py index 5593202..00fbe10 100644 --- a/puppetboard/version.py +++ b/puppetboard/version.py @@ -2,4 +2,4 @@ # Puppetboard version module # -__version__ = '0.3.0.dev0' +__version__ = '0.3.0'