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"