Version bump to 1.0.10

This commit is contained in:
Alexander Meindl
2021-08-24 18:06:30 +02:00
parent 1730fb05fd
commit d04fcc814a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog
=========
1.0.10
-----
- Web service is called asynchron which does not block performance while sending message
1.0.9
-----

View File

@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RedmineMessenger
VERSION = '1.0.9'
VERSION = '1.0.10'
end