4.9.0 release

This commit is contained in:
Naoki Takezoe
2017-01-29 01:57:54 +09:00
parent 538c1d7a9a
commit 161c5513df
3 changed files with 12 additions and 2 deletions

View File

@@ -67,6 +67,16 @@ Support
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

View File

@@ -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"

View File

@@ -25,7 +25,7 @@ object GitBucketCoreModule extends Module("gitbucket-core",
),
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")
)
)