diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cf9014e..5784474fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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
 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
 ----
 
diff --git a/puppetboard/version.py b/puppetboard/version.py
index 10f8458d0..6675d286b 100644
--- a/puppetboard/version.py
+++ b/puppetboard/version.py
@@ -2,4 +2,4 @@
 # Puppetboard version module
 #
 
-__version__ = '2.1.2'
+__version__ = '2.2.0'