Skip to content

Commit 9a92ec3

Browse files
committed
Bump to 1.5.0 to support GitBucket 4.23.0
1 parent 999b271 commit 9a92ec3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This plug-in provides notifications feature on GitBucket.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7-
1.4.0 | 4.19.0
7+
1.5.x | 4.23.0
8+
1.4.x | 4.19.x - 4.22.x
89
1.2.x, 1.3.x | 4.17.x - 4.18.x
910
1.1.x | 4.16.x
1011
1.0.x | 4.15.x

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "gitbucket-notifications-plugin"
22
organization := "io.github.gitbucket"
3-
version := "1.4.0"
3+
version := "1.5.0"
44
scalaVersion := "2.12.4"
5-
gitbucketVersion := "4.19.0"
5+
gitbucketVersion := "4.23.0"

Diff for: src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2727
new Version("1.3.0",
2828
new LiquibaseMigration("update/gitbucket-notifications_1.3.xml")
2929
),
30-
new Version("1.4.0")
30+
new Version("1.4.0"),
31+
new Version("1.5.0")
3132
)
3233

3334
override val controllers = Seq(

0 commit comments

Comments
 (0)