diff --git a/CHANGELOG.md b/CHANGELOG.md index e2943f8c..ead88cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog +## v0.9.6 (2020-06-21) + +### Fix + +* Fixed header/footer dup with Wiki Extensions (fixes #79) [Michele Tessaro] + + With the Wiki Extensions plugin the header and footer fragments were + duplicated everytime a diagram attachment was changed. + + ## v0.9.5 (2020-05-04) ### Fix diff --git a/init.rb b/init.rb index 157d7271..5862d626 100644 --- a/init.rb +++ b/init.rb @@ -4,7 +4,7 @@ name 'Redmine Drawio plugin' author 'Michele Tessaro' description 'Wiki macro plugin for inserting drawio diagrams into Wiki pages and Issues' - version '0.9.5' + version '0.9.6' url 'https://github.com/mikitex70/redmine_drawio' author_url 'https://github.com/mikitex70'