Skip to content

Commit

Permalink
Merge pull request #96 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 910e654 + e339244 commit 2312a20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.7.4

* Bump redmine_bots dependency version

# 1.7.3

* Fix None protocol
Expand Down
4 changes: 2 additions & 2 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

Redmine::Plugin.register :redmine_2fa do
name 'Redmine 2FA'
version '1.7.3'
version '1.7.4'
url 'https://github.com/southbridgeio/redmine_2fa'
description 'Two-factor authorization for Redmine'
author 'Southbridge'
author_url 'https://southbridge.io'

requires_redmine version_or_higher: '3.0'

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

settings(default: { 'required' => false,
'active_protocols' => RedmineTwoFa::AVAILABLE_PROTOCOLS
Expand Down

0 comments on commit 2312a20

Please sign in to comment.