Bump to 4.19.2

This commit is contained in:
Naoki Takezoe
2017-12-03 05:28:49 +09:00
parent d15b3fb2f6
commit 8a8278906a
3 changed files with 8 additions and 2 deletions

View File

@@ -71,6 +71,11 @@ Support
What's New in 4.19.x
-------------
### 4.19.2 - 3 Dec 2017
- Fix routing bug in `CompositeScalatraFilter`
- Resolve id attribute collision in the web hook editing form
### 4.19.1 - 2 Dec 2017
- Update gitbucket-notifications-plugin because it had a version compatibility issue

View File

@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.19.1"
val GitBucketVersion = "4.19.2"
val ScalatraVersion = "2.6.1"
val JettyVersion = "9.4.7.v20170914"

View File

@@ -45,5 +45,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.17.0"),
new Version("4.18.0"),
new Version("4.19.0"),
new Version("4.19.1")
new Version("4.19.1"),
new Version("4.19.2")
)