diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c0400b..2e742ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ Changelog This is the changelog for Puppetboard. +3.6.1 +----- + +* Stop modifying the query response for showing as JSON (fixes [#695](https://github.com/voxpupuli/puppetboard/issues/695), PR [#696](https://github.com/voxpupuli/puppetboard/pull/696)). + 3.6.0 ----- diff --git a/puppetboard/version.py b/puppetboard/version.py index 13c99a11..18c305ec 100644 --- a/puppetboard/version.py +++ b/puppetboard/version.py @@ -2,4 +2,4 @@ # Puppetboard version module # -__version__ = '3.6.0' +__version__ = '3.6.1'