diff --git a/CHANGELOG b/CHANGELOG index 5288a57..27969e1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ Changelog ========= +1.1.0 (2020-03-16) +------------------ +* Updated blog model to be extensible +* Add possibility of introducing new comment providers + 1.0.7 (2020-03-01) ------------------ * Fix `puput_initial_data` command. diff --git a/puput/__init__.py b/puput/__init__.py index 562c1ae..d9a1217 100644 --- a/puput/__init__.py +++ b/puput/__init__.py @@ -1,6 +1,6 @@ __author__ = 'Marc Tudurí' __email__ = 'marctc@gmail.com' -__version__ = '1.0.7' +__version__ = '1.1.0' PUPUT_APPS = ( # Wagtail apps