Skip to content

Commit b51f194

Browse files
authored
Release gitbucket-notification-plugin 1.9.0 (#20)
1 parent d6ea2a3 commit b51f194

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ This plug-in provides notifications feature on GitBucket.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7-
1.8.x | 4.32.x
8-
1.7.x | 4.30.x
9-
1.6.x | 4.26.x
7+
1.9.x | 4.34.x
8+
1.8.x | 4.32.x - 4.33.x
9+
1.7.x | 4.30.x - 4.31.x
10+
1.6.x | 4.26.x - 4.29.x
1011
1.5.x | 4.23.x - 4.25.x
1112
1.4.x | 4.19.x - 4.22.x
1213
1.2.x, 1.3.x | 4.17.x - 4.18.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.8.0"
3+
version := "1.9.0"
44
scalaVersion := "2.13.3"
5-
gitbucketVersion := "4.32.0"
5+
gitbucketVersion := "4.34.0"

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3333
new Version("1.6.0"),
3434
new Version("1.7.0"),
3535
new Version("1.7.1"),
36-
new Version("1.8.0")
36+
new Version("1.8.0"),
37+
new Version("1.9.0")
3738
)
3839

3940
override val controllers = Seq(

0 commit comments

Comments
 (0)