version bump and changelog update

This commit is contained in:
Alexander Meindl
2022-08-07 04:52:00 +02:00
parent 9e197586ea
commit b6c0844738
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog
=========
1.0.13
------
- Slack compatible url formating, see #100
1.0.12
------

View File

@@ -1,7 +1,7 @@
# frozen_string_literal: true
module RedmineMessenger
VERSION = '1.0.12'
VERSION = '1.0.13'
REDMINE_CONTACTS_SUPPORT = Redmine::Plugin.installed? 'redmine_contacts'
REDMINE_DB_SUPPORT = Redmine::Plugin.installed? 'redmine_db'