4.11 release

This commit is contained in:
Naoki Takezoe
2017-04-01 02:48:40 +09:00
parent c0e04ab0dc
commit 0a08879d8c
2 changed files with 8 additions and 1 deletions

View File

@@ -63,6 +63,13 @@ Support
Release Notes
-------------
### 4.11 - 1 Apr 2017
- Deploy keys support
- Auto generate avatar images
- Collaborators of the private forked repository are copied from the original repository
- Cache avatar images in the browser
- New extension point to receive events about repository
### 4.10 - 25 Feb 2017
- Update to Scala 2.12, Scalatra 2.5 and Slick 3.2
- Display file size in the file viewer

View File

@@ -1,6 +1,6 @@
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.10.0"
val GitBucketVersion = "4.11.0"
val ScalatraVersion = "2.5.0"
val JettyVersion = "9.3.9.v20160517"