Skip to content

Commit a161668

Browse files
committed
Bump version to 1.1.0
1 parent b319170 commit a161668

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## v1.1.0
6+
7+
### Added
8+
9+
* Add support for Redmine 4
10+
511
## v1.0.3
612

713
### Fixed
@@ -23,4 +29,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2329

2430
## v1.0.0
2531

26-
🎉 Initial release!
32+
🎉 Initial release!

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'redmine'
22

3-
CHANGESET_STATUSES_VERSION = '1.0.3'
3+
CHANGESET_STATUSES_VERSION = '1.1.0'
44

55
Redmine::Plugin.register :redmine_changeset_statuses do
66
name 'Changeset Statuses'

0 commit comments

Comments
 (0)