We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f26e47 commit c08a0aaCopy full SHA for c08a0aa
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 6.0.0 - 2022-09-29
4
+
5
+### Added
6
7
+- Support for Redmine 5.0
8
9
+### Changed
10
11
+- Lots of bug fixes
12
13
+### BREAKING CHANGE
14
15
+- Redmine 5.0+ is required
16
+- Ruby 2.7+ is required
17
18
## 5.0.0 - 2020-12-24 🎄
19
20
### Added
lib/redmine_git_hosting.rb
@@ -6,7 +6,7 @@
module RedmineGitHosting
extend self
- VERSION = '5.0.1-master'
+ VERSION = '6.0.0'
# Load RedminePluginLoader
extend RedminePluginLoader
0 commit comments