diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ed2b3..2533219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.0 + +- Support Redmine 3.4 (@maeda-m, @pboese) +- Support Ruby 2.4 (@maeda-m) + + ## 1.2.0 - Bug: Fixed CSV export when custom query is used #19 (@sdwolf) diff --git a/init.rb b/init.rb index ddb606f..5572990 100644 --- a/init.rb +++ b/init.rb @@ -2,7 +2,7 @@ name 'Redmine Default Custom Query' author 'Katsuya Hidaka' description 'Redmine plugin for setting default custom query of Issues for each project' - version '1.2.0' + version '1.3.0' requires_redmine '3.1' url 'https://github.com/hidakatsuya/redmine_default_custom_query' author_url 'https://twitter.com/hidakatsuya'