mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-22 08:19:53 +01:00
Release 4.21.2
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All changes to the project will be documented in this file.
|
All changes to the project will be documented in this file.
|
||||||
|
|
||||||
|
### 4.21.2 - 27 Jan 2019
|
||||||
|
- Bugfix
|
||||||
|
|
||||||
### 4.21.1 - 27 Jan 2019
|
### 4.21.1 - 27 Jan 2019
|
||||||
- Bugfix
|
- Bugfix
|
||||||
|
|
||||||
|
|||||||
@@ -71,6 +71,9 @@ Support
|
|||||||
What's New in 4.21.x
|
What's New in 4.21.x
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
### 4.21.2 - 27 Jan 2019
|
||||||
|
- Bugfix
|
||||||
|
|
||||||
### 4.21.1 - 27 Jan 2019
|
### 4.21.1 - 27 Jan 2019
|
||||||
- Bugfix
|
- Bugfix
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
|
|||||||
|
|
||||||
val Organization = "io.github.gitbucket"
|
val Organization = "io.github.gitbucket"
|
||||||
val Name = "gitbucket"
|
val Name = "gitbucket"
|
||||||
val GitBucketVersion = "4.21.1"
|
val GitBucketVersion = "4.21.2"
|
||||||
val ScalatraVersion = "2.6.1"
|
val ScalatraVersion = "2.6.1"
|
||||||
val JettyVersion = "9.4.7.v20170914"
|
val JettyVersion = "9.4.7.v20170914"
|
||||||
|
|
||||||
|
|||||||
@@ -52,5 +52,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
|||||||
new Version("4.21.0",
|
new Version("4.21.0",
|
||||||
new LiquibaseMigration("update/gitbucket-core_4.21.xml")
|
new LiquibaseMigration("update/gitbucket-core_4.21.xml")
|
||||||
),
|
),
|
||||||
new Version("4.21.1")
|
new Version("4.21.1"),
|
||||||
|
new Version("4.21.2")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user