diff --git a/README.md b/README.md index ed89d38..e601d13 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,16 @@ Release Notes ------------- +## 4.9 - 29 Jan 2017 +- GitLFS support +- Template for issues and pull requests +- Manual label color editing +- Account description +- `--tmp-dir` option for standalone mode +- More APIs for issues + - [List issues for a repository](https://developer.github.com/v3/issues/#list-issues-for-a-repository) + - [Create an issue](https://developer.github.com/v3/issues/#create-an-issue) + ## 4.8 - 23 Dec 2016 - Search for repository names from the global header - Filter repositories on the sidebar of the dashboard diff --git a/build.sbt b/build.sbt index 60f534e..afb502a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.8" +val GitBucketVersion = "4.9.0" val ScalatraVersion = "2.4.1" val JettyVersion = "9.3.9.v20160517" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 66b35aa..5bfe815 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -25,7 +25,7 @@ ), new Version("4.7.1"), new Version("4.8"), - new Version("4.9", + new Version("4.9.0", new LiquibaseMigration("update/gitbucket-core_4.9.xml") ) )