diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3dd962..fe911040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ Changelog for Redmine DMSF ========================== -3.0.4 *????-??-??* -------------------- +3.0.5 *2022-08-20* +------------------ + + Aproval wokflows notifications fix + +* Bug: #1394 - Email notifications for workflows are not sent 3.0.4 *2022-08-19* ------------------- diff --git a/README.md b/README.md index 5ad95e61..b977b3ea 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ Redmine DMSF Plugin =================== -The current version of Redmine DMSF is **3.0.5 devel** +The current version of Redmine DMSF is **3.0.5** -[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/badges/devel/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/devel/latest) +[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/badges/master/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_dmsf/pipelines/master/latest) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) Redmine DMSF is Document Management System Features plugin for Redmine issue tracking system; It is aimed to replace current Redmine's Documents module. diff --git a/init.rb b/init.rb index f23aba3d..414541e6 100644 --- a/init.rb +++ b/init.rb @@ -27,7 +27,7 @@ author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors' author 'Vít Jonáš / Daniel Munn / Karel Pičman' description 'Document Management System Features' - version '3.0.5 devel' + version '3.0.5' requires_redmine version_or_higher: '4.2.0'