aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--app/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7151666..28469cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## Version 0.2.2
+
+* Use [DataTables](https://datatables.net/) for the tables in the admin view
+* Clarify some text in the demo
+* Code improvements
+
## Version 0.2.1
* Bugfix for config variables
diff --git a/app/__init__.py b/app/__init__.py
index 0de174a..6a3d269 100644
--- a/app/__init__.py
+++ b/app/__init__.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-__version__ = "0.2.1"
+__version__ = "0.2.2"
import logging
import os