We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51958c commit dc13552Copy full SHA for dc13552
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 6.0.1 - 2022-11-04
4
+
5
+### Changed
6
7
+- Don't use sidekick 7 beta version
8
9
## 6.0.0 - 2022-09-29
10
11
### Added
lib/redmine_git_hosting.rb
@@ -6,7 +6,7 @@
module RedmineGitHosting
extend self
- VERSION = '6.0.0'
+ VERSION = '6.0.1'
# Load RedminePluginLoader
12
extend RedminePluginLoader
0 commit comments