Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Sep 29, 2022
1 parent 7f26e47 commit c08a0aa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog

## 6.0.0 - 2022-09-29

### Added

- Support for Redmine 5.0

### Changed

- Lots of bug fixes

### BREAKING CHANGE

- Redmine 5.0+ is required
- Ruby 2.7+ is required

## 5.0.0 - 2020-12-24 🎄

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/redmine_git_hosting.rb
Expand Up @@ -6,7 +6,7 @@
module RedmineGitHosting
extend self

VERSION = '5.0.1-master'
VERSION = '6.0.0'

# Load RedminePluginLoader
extend RedminePluginLoader
Expand Down

0 comments on commit c08a0aa

Please sign in to comment.