diff --git a/README.md b/README.md index d3813a8..b9222ea 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,13 @@ 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 caebd90..25ee799 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"