diff --git a/CHANGELOG.md b/CHANGELOG.md index 15fabc2..4cf30e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog for Custom Workflows ============================== +1.0.6 *2021-10-08* +------------------ + + Maintenance release + 1.0.5 *2021-04-30* ------------------ diff --git a/README.md b/README.md index 0bbe649..c8afc34 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Custom Workflows plug-in ======================== -The current version of Redmine CustomWorkflows is **1.0.6 devel** +The current version of Redmine CustomWorkflows is **1.0.6** This plug-in provides a great functionality for those who is familiar with the Ruby language. It allows to customize workflow by defining own rules for issues processing. It's possible: diff --git a/init.rb b/init.rb index edf9f2a..2ada54d 100644 --- a/init.rb +++ b/init.rb @@ -32,7 +32,7 @@ end author 'Anton Argirov/Karel Pičman' description 'It allows to create custom workflows for objects, defined in a plain Ruby language' - version '1.0.5' + version '1.0.6' requires_redmine version_or_higher: '4.1.0'