diff --git a/CHANGELOG.md b/CHANGELOG.md index be2f399..b2576f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,9 @@ - How many bookmarks each tag has -## v0.2.0 (unreleased) +## v0.2.0 + +2016-08-02 - Favicon courtesy Freepik on flaticon.com - Tag tags for easy adding of tags @@ -18,6 +20,7 @@ - Several bug- and code style fixes - Styling tweaks - Added 'Add bookmark' FAB to the bookmarks overview +- Option to strip parameters from url (like '?utm_source=social') ## v0.1.0 diff --git a/setup.py b/setup.py index ec6de61..7b38621 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( # third part for minor release # second when api changes # first when it becomes stable someday - version='0.1.0', + version='0.2.0', author='Michiel Scholten', author_email='michiel@diginaut.net',