diff --git a/CHANGELOG.md b/CHANGELOG.md index e72e192..a00aa33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ Changelog for Custom Workflows ============================== -1.0.4 *????-??-??* +1.0.4 *2020-11-25* ------------------ + Maintenance release + +* Bug: #193 - Error after install on fresh 4.1.1 +* New: #190 - Execute workflows in order of their positioning +* New: #189 - Enable custom workflows for issue relations +* New: #183 - Add link to repo with some examples + 1.0.3 *2020-06-12* ------------------ diff --git a/README.md b/README.md index 0df873c..63ea403 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Custom Workflows plug-in ======================== -The current version of Redmine CustomWorkflows is **1.0.4 devel** [![Build Status](https://api.travis-ci.org/anteo/redmine_custom_workflows.png)](https://travis-ci.org/anteo/redmine_custom_workflows) +The current version of Redmine CustomWorkflows is **1.0.4** [![Build Status](https://api.travis-ci.org/anteo/redmine_custom_workflows.png)](https://travis-ci.org/anteo/redmine_custom_workflows) 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 1f3970a..b908553 100644 --- a/init.rb +++ b/init.rb @@ -32,7 +32,7 @@ end author 'Anton Argirov/Karel Pičman' description 'Allows to create custom workflows for objects, defined in the plain Ruby language' - version '1.0.4 devel' + version '1.0.4' requires_redmine version_or_higher: '4.1.0'