Release 4.21.0

This commit is contained in:
Naoki Takezoe
2018-01-27 00:30:42 +09:00
parent f13a473b4e
commit 1ceace5539
3 changed files with 15 additions and 10 deletions

View File

@@ -1,6 +1,14 @@
# Changelog
All changes to the project will be documented in this file.
## 4.21.1 - 01 Jan 2018
- Release page
- OpenID Connect support
- New database viewer
- Submodule links to web page
- Clarify close/reopen button
## 4.20.0 - 23 Dec 2017
- Squash and rebase merge strategy for pull requests

View File

@@ -71,15 +71,12 @@ Support
What's New in 4.20.x
-------------
### 4.20.0 - 23 Dec 2017
### 4.21.1 - 01 Jan 2018
- Squash and rebase merge strategy for pull requests
- Quick pull request creation
- Download patch from the diff view
- Fork and create repository are proceeded asynchronously
- Create new repository by copying existing git repository
- Hide overflowed repository names in the sidebar
- Support CreateEvent web hook
- Display conflicting files if pull request can't be merged
- Release page
- OpenID Connect support
- New database viewer
- Submodule links to web page
- Clarify close/reopen button
See the [change log](CHANGELOG.md) for all of the updates.

View File

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