Skip to content

Commit 32d1305

Browse files
committed
version 1.9.0
1 parent 97d7938 commit 32d1305

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.MD

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ It is then possible, for example, to notify every user that an upgrade of the sy
1616

1717
Plugin version | GitBucket version
1818
:--------------|:-----------------
19-
1.8.x | 4.17.y
19+
1.9.x | 4.19.y
20+
1.8.x | 4.17.y, 4.18.y
2021
1.7.x | 4.16.y
2122
1.6.x | 4.10.y
2223
1.5.x | 4.3.y
@@ -36,6 +37,9 @@ Plugin version | GitBucket version
3637

3738
## Release Notes
3839

40+
### 1.9.0
41+
- [pullrequest-16](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/pull/16) Bump to Scalatra 2.6 & Scala 2.12.4
42+
3943
### 1.8.0
4044
- [issue-15](https://github.com/gitbucket-plugins/gitbucket-announce-plugin/issues/15) update to gitbucket 4.17
4145

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "fr.brouillard.gitbucket"
22
val ProjectName = "gitbucket-announce-plugin"
3-
val ProjectVersion = "1.8.0"
3+
val ProjectVersion = "1.9.0"
44

55
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
66

src/main/scala/Plugin.scala

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2121
, new Version("1.7.0")
2222
, new Version("1.7.1")
2323
, new Version("1.7.2")
24+
, new Version("1.8.0")
25+
, new Version("1.9.0")
2426
)
2527

2628
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(

0 commit comments

Comments
 (0)