mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-07-20 05:52:14 +02:00
Release 4.31.2
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Changelog
|
||||
All changes to the project will be documented in this file.
|
||||
|
||||
### 4.31.2 - 7 Apr 2019
|
||||
- Bug and security fix
|
||||
|
||||
### 4.31.1 - 17 Mar 2019
|
||||
- Bug fix
|
||||
|
||||
|
||||
@@ -70,6 +70,9 @@ Support
|
||||
|
||||
What's New in 4.31.x
|
||||
-------------
|
||||
### 4.31.2 - 7 Apr 2019
|
||||
- Bug and security fix
|
||||
|
||||
### 4.31.1 - 17 Mar 2019
|
||||
- Bug fix
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
|
||||
|
||||
val Organization = "io.github.gitbucket"
|
||||
val Name = "gitbucket"
|
||||
val GitBucketVersion = "4.31.1"
|
||||
val GitBucketVersion = "4.31.2"
|
||||
val ScalatraVersion = "2.6.3"
|
||||
val JettyVersion = "9.4.14.v20181114"
|
||||
val JgitVersion = "5.2.0.201812061821-r"
|
||||
|
||||
@@ -62,5 +62,6 @@ object GitBucketCoreModule
|
||||
new Version("4.30.0"),
|
||||
new Version("4.30.1"),
|
||||
new Version("4.31.0", new LiquibaseMigration("update/gitbucket-core_4.31.xml")),
|
||||
new Version("4.31.1")
|
||||
new Version("4.31.1"),
|
||||
new Version("4.31.2")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user