Skip to content

Commit

Permalink
Release 2.2.0 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Jul 31, 2020
1 parent 067438d commit f4d61c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ This is the changelog for Puppetboard.
Development
-----------

2.2.0
-----

* Fix default table sort (#444)
* Use a select for endpoint select in query (#575)
* Surround multiline messages with <pre> in reports (#576)
* Fix CI builds by requiring pytest >= 4.6 (#577)
* Add noop column in overview and nodes (#584)
* Add title to events labels in overview and nodes (#585)

2.1.2
----

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

__version__ = '2.1.2'
__version__ = '2.2.0'

0 comments on commit f4d61c8

Please sign in to comment.