Version bump and changelog update
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,8 +1,16 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
1.0.11
|
||||
------
|
||||
|
||||
- Upcoming Redmine 5 support
|
||||
- Ruby 3 support
|
||||
- Ruby 2.6 or higher is required
|
||||
- Use redmine_plugin_kit as plugin loader
|
||||
|
||||
1.0.10
|
||||
-----
|
||||
------
|
||||
|
||||
- Web service is called asynchron which does not block performance while sending message
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module RedmineMessenger
|
||||
VERSION = '1.0.10'
|
||||
VERSION = '1.0.11'
|
||||
REDMINE_CONTACTS_SUPPORT = Redmine::Plugin.installed? 'redmine_contacts'
|
||||
REDMINE_DB_SUPPORT = Redmine::Plugin.installed? 'redmine_db'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user