Skip to content

Commit 59aa87c

Browse files
committed
v2.0.8 release
1 parent 04a2bbc commit 59aa87c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Changelog for Custom Workflows
22
==============================
33

4-
2.0.8 *????-??-??*
4+
2.0.8 *2023-02-10*
55
------------------
66

7+
Better error log messages
8+
9+
* New: #295 - production.log
10+
711
2.0.7 *2022-11-09*
812
------------------
913

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Custom Workflows plug-in 2.0.8 devel
2-
====================================
1+
Custom Workflows plug-in 2.0.8
2+
==============================
33

4-
[![GitHub CI](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml/badge.svg?branch=devel)](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml)
4+
[![GitHub CI](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml/badge.svg?branch=master)](https://github.com/anteo/redmine_custom_workflows/actions/workflows/rubyonrails.yml)
55
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
66

77
This plug-in provides a great functionality for those who is familiar with the Ruby language.

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author_url 'https://github.com/anteo/redmine_custom_workflows/graphs/contributors'
2727
author 'Anton Argirov/Karel Pičman'
2828
description 'It allows to create custom workflows for objects, defined in a plain Ruby language'
29-
version '2.0.8 devel'
29+
version '2.0.8'
3030

3131
requires_redmine version_or_higher: '4.1.0'
3232

0 commit comments

Comments
 (0)