Release 4.14

This commit is contained in:
Naoki Takezoe
2017-07-01 02:42:31 +09:00
parent 0b44c794f9
commit e6d6843a37
2 changed files with 10 additions and 1 deletions

View File

@@ -71,6 +71,15 @@ Support
Release Notes
-------------
### 4.14 - 1 Jul 2017
- Support priority in issues and pull requests
- Show icons when the sidebar is collapsed
- Support gollumn events in web hook
- Support account (user / group) level web hook
- Add `--max_file_size` option
- Configuration by system property or environment variable
### 4.13 - 29 May 2017
- Uploading files into the repository
- HTML is available in Markdown

View File

@@ -1,6 +1,6 @@
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.14.0-SNAPSHOT"
val GitBucketVersion = "4.14.0"
val ScalatraVersion = "2.5.0"
val JettyVersion = "9.3.19.v20170502"