Skip to content

Commit

Permalink
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,17 @@ Changelog

This is the changelog for Puppetboard.

Development
-----------


2.1.1
-----

* Added support for new metrics API `v2` on PuppetDB >= `5.3.11` and < `6.0.0` (#558)
* Added Python 3.5 back into test matrix (#559)
* Fixed bug in `dailyreport.js` that caused it not to render when served under a non-default virtual host (#557)

2.1.0
-----

2 changes: 1 addition & 1 deletion puppetboard/version.py
Original file line number Diff line number Diff line change
@@ -2,4 +2,4 @@
# Puppetboard version module
#

__version__ = '2.1.0'
__version__ = '2.1.1'

0 comments on commit 01bff63

Please sign in to comment.