Ready for GitBucket 4.5 release

This commit is contained in:
Naoki Takezoe
2016-09-22 11:37:37 +09:00
parent d5e455336b
commit a1372034ed
3 changed files with 10 additions and 2 deletions

View File

@@ -65,6 +65,13 @@ Support
Release Notes
-------------
### 4.5 - 1 Oct 2016
- Attach files by dropping into textarea
- Issues / Pull requests switcher in dashboard
- HikariCP could be configured in `GITBUCKET_HOME/database.conf`
- Improve Cookie security
- Improve mobile view
### 4.4 - 28 Aug 2016
- Import a SQL dump file to the database
- `go get` support in private repositories

View File

@@ -1,6 +1,6 @@
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.4.0"
val GitBucketVersion = "4.5.0"
val ScalatraVersion = "2.4.1"
val JettyVersion = "9.3.9.v20160517"

View File

@@ -14,5 +14,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
),
new Version("4.2.1"),
new Version("4.3.0"),
new Version("4.4.0")
new Version("4.4.0"),
new Version("4.5.0")
)