diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e7a8ebe..bc85f631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,27 @@ # Changelog +## v1.4.1 (2022-06-18) + +### New + +* Added more german translations (refs #111, thanks to Liaham) [Michele Tessaro] + +### Fix + +* Fixed possible XSS (fixes #111, thanks to Liaham) [Michele Tessaro] + + ## v1.4.0 (2022-05-20) ### New * Support Redmine 5.0 (refs #110) [sk-ys] +### Changes + +* Updated documentation for the new release. [Michele Tessaro] + ## v1.3.1 (2022-05-14) diff --git a/init.rb b/init.rb index 01f1d54e..b6afa8f6 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 '1.4.0' + version '1.4.1' url 'https://github.com/mikitex70/redmine_drawio' author_url 'https://github.com/mikitex70'