From 0a08879d8c8846cebcfb381185d2ee2f902d4ad6 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 1 Apr 2017 02:48:40 +0900 Subject: [PATCH] 4.11 release --- README.md | 7 +++++++ build.sbt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3813a86a..b9222ea0a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index caebd90ec..25ee799ad 100644 --- a/build.sbt +++ b/build.sbt @@ -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"