diff --git a/CHANGELOG.md b/CHANGELOG.md index c9740e1..60633e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,5 @@ # 0.1.2 Initial release. + +# 0.2.0 +Add edit and remove tooltip in the editor to the linked snippet. diff --git a/pyproject.toml b/pyproject.toml index 8e8bd93..f0fb347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wagtail-draftail-snippet" -version = "0.1.2" +version = "0.2.0" description = "Associate RichTextBlock text content to a snippet model." authors = ["Adam Hill "] repository = "https://github.com/themotleyfool/wagtail-draftail-snippet"