From afa79d01b13df3f7c4f1f1bac58dd5942e83280e Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 30 Jan 2016 09:51:30 +0900 Subject: [PATCH] 3.11 Release --- README.md | 8 ++++++++ build.sbt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42150b43d..3db88e798 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,14 @@ Support Release Notes -------- +### 3.11 - 30 Jan 2016 +- Upgrade Scalatra to 2.4 +- Sidebar and Footer for Wiki +- Branch protection and receive hook extension point for plug-in +- Limit recent updated repositories list +- Issue actions look-alike GitHub +- Web API for labels + ### 3.10 - 30 Dec 2015 - Move to Bootstrap3 - New URL for raw contents (`raw/master/doc/activity.md` instead of `blob/master/doc/activity.md?raw=true`) diff --git a/build.sbt b/build.sbt index 34c6f5243..1ad1c2135 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "gitbucket" val Name = "gitbucket" -val GitBucketVersion = "3.11.0-SNAPSHOT" +val GitBucketVersion = "3.11.0" val ScalatraVersion = "2.4.0" val JettyVersion = "9.3.6.v20151106"