Version bump and changelog update

This commit is contained in:
Alexander Meindl
2021-12-08 15:58:08 +01:00
parent a4dabae9c9
commit 6bbc235732
2 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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'