Update for 4.7 release

This commit is contained in:
Naoki Takezoe
2016-11-26 13:31:12 +09:00
parent 5692a8c83e
commit 7bb5379b45
2 changed files with 7 additions and 1 deletions

View File

@@ -65,6 +65,12 @@ Support
Release Notes
-------------
### 4.7 - 26 Nov 2016
- New permission system
- Dropdown filter for issue labels, milestones and assignees
- Keep sidebar folding status
- Link from milestone label to the issue list
### 4.6 - 29 Oct 2016
- Add disable option for forking
- Add History button to wiki page

View File

@@ -1,6 +1,6 @@
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.6.0"
val GitBucketVersion = "4.7.0"
val ScalatraVersion = "2.4.1"
val JettyVersion = "9.3.9.v20160517"