Skip to content

Commit

Permalink
Merge pull request #29 from southbridgeio/develop
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
vladislav-yashin authored Jul 2, 2021
2 parents 26b2d45 + b3846eb commit 09e334e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.4.0

* Fix USER_NOT_PARTICIPANT error
* Fix redmine_checklists compatibility
* Refactor commands
* Toggle chat admins with bot
* Add chat creator to chat instantly and assign admin rights
* Fix db connection leak
* Release AR connections in KickLockedUsers command

# 0.3.2

* Handle supergroup upgrade error
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
name 'Redmine 2Chat'
url 'https://github.com/southbridgeio/redmine_2chat'
description 'This is a plugin for Redmine which adds group chats to Redmine issues on different chat platforms such as Slack and Telegram.'
version '0.3.2'
version '0.4.0'
author 'Southbridge'
author_url 'https://github.com/southbridgeio'

requires_redmine_plugin :redmine_bots, '0.4.0'
requires_redmine_plugin :redmine_bots, '0.5.0'

settings(default: {
'daily_report' => '1',
Expand Down

0 comments on commit 09e334e

Please sign in to comment.