Skip to content

Commit c08a0aa

Browse files
committed
6.0.0
1 parent 7f26e47 commit c08a0aa

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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+
318
## 5.0.0 - 2020-12-24 🎄
419

520
### Added

lib/redmine_git_hosting.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module RedmineGitHosting
77
extend self
88

9-
VERSION = '5.0.1-master'
9+
VERSION = '6.0.0'
1010

1111
# Load RedminePluginLoader
1212
extend RedminePluginLoader

0 commit comments

Comments
 (0)