diff --git a/README.md b/README.md index 6ee2f01..683e73c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,15 @@ Release Notes ------------- +### 4.14 - 1 Jul 2017 + +- Support priority in issues and pull requests +- Show icons when the sidebar is collapsed +- Support gollumn events in web hook +- Support account (user / group) level web hook +- Add `--max_file_size` option +- Configuration by system property or environment variable + ### 4.13 - 29 May 2017 - Uploading files into the repository - HTML is available in Markdown diff --git a/build.sbt b/build.sbt index 96a4d4b..74d94fd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.14.0-SNAPSHOT" +val GitBucketVersion = "4.14.0" val ScalatraVersion = "2.5.0" val JettyVersion = "9.3.19.v20170502"