Release GitBucket 4.35.3 (#2626)

* Update version to 4.35.3
* Update README and CHANGELOG
This commit is contained in:
Naoki Takezoe
2021-01-14 11:22:13 +09:00
committed by GitHub
parent 842d3b6185
commit bfbe40e027
4 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
# Changelog
All changes to the project will be documented in this file.
### 4.35.3 - 14 Jan 2021
- Fix a bug that Wiki page cannot be deleted
- Fix a deployment issue on Tomcat
### 4.35.2 - 30 Dec 2020
- Upgrade gitbucket-notifications-plugin to 1.10.0
- Upgrade oauth2-oidc-sdk to 8.29.1 to solve dependency issue

View File

@@ -59,6 +59,10 @@ Support
What's New in 4.35.x
-------------
### 4.35.3 - 14 Jan 2021
- Fix a bug that Wiki page cannot be deleted
- Fix a deployment issue on Tomcat
### 4.35.2 - 30 Dec 2020
- Upgrade gitbucket-notifications-plugin to 1.10.0
- Upgrade oauth2-oidc-sdk to 8.29.1 to solve dependency issue

View File

@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.35.2"
val GitBucketVersion = "4.35.3"
val ScalatraVersion = "2.7.1"
val JettyVersion = "9.4.32.v20200930"
val JgitVersion = "5.9.0.202009080501-r"

View File

@@ -117,4 +117,5 @@ object GitBucketCoreModule
new Version("4.35.0", new LiquibaseMigration("update/gitbucket-core_4.35.xml")),
new Version("4.35.1"),
new Version("4.35.2"),
new Version("4.35.3"),
)