diff --git a/README.md b/README.md index c9b38b5..f2c0215 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,13 @@ - First priority of GitBucket is easy installation and API compatibility with GitHub, so we might reject if your request is against it. Release Notes --------- +------------- +### 4.1 - 4 Jun 2016 + +- Generic ssh user +- Improve branch protection UI +- Default value of pull request title + ### 4.0 - 30 Apr 2016 - MySQL and PostgreSQL support diff --git a/build.sbt b/build.sbt index 88f5e53..315579f 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ val Organization = "gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.0.0" +val GitBucketVersion = "4.1.0" val ScalatraVersion = "2.4.0" val JettyVersion = "9.3.6.v20151106" diff --git a/src/main/resources/logback-dev.xml b/src/main/resources/logback-dev.xml index efdb6ac..714265e 100644 --- a/src/main/resources/logback-dev.xml +++ b/src/main/resources/logback-dev.xml @@ -20,7 +20,7 @@ + --> \ No newline at end of file diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 3b85c72..a276cd8 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -4,6 +4,7 @@ import io.github.gitbucket.solidbase.model.{Version, Module} object GitBucketCoreModule extends Module("gitbucket-core", + new Version("4.1.0"), new Version("4.0.0", new LiquibaseMigration("update/gitbucket-core_4.0.xml"), new SqlMigration("update/gitbucket-core_4.0.sql")