diff --git a/CHANGELOG.md b/CHANGELOG.md index 3868417..c7b8964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog for Custom Workflows ============================== +2.0.4 *????-??-??* +------------------ + + 2.0.4 *2022-06-24* ------------------ diff --git a/README.md b/README.md index 263dcb1..664ea98 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ Custom Workflows plug-in ======================== -The current version of Redmine CustomWorkflows is **2.0.4** +The current version of Redmine CustomWorkflows is **2.0.5 devel** -[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_custom_workflows/badges/master/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_custom_workflows/-/commits/master) +[![pipeline status](https://gitlab.kontron.com/redmine-plugins/redmine_custom_workflows/badges/devel/pipeline.svg)](https://gitlab.kontron.com/redmine-plugins/redmine_custom_workflows/-/commits/devel) [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine) This plug-in provides a great functionality for those who is familiar with the Ruby language. diff --git a/init.rb b/init.rb index d24228c..bd0376b 100644 --- a/init.rb +++ b/init.rb @@ -32,7 +32,7 @@ Redmine::Plugin.register :redmine_custom_workflows do end author 'Anton Argirov/Karel Pičman' description 'It allows to create custom workflows for objects, defined in a plain Ruby language' - version '2.0.4' + version '2.0.5 devel' requires_redmine version_or_higher: '4.1.0'