diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e2a5f..01f2f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to the project will be documented in this file. +### 4.31.2 - 7 Apr 2019 +- Bug and security fix + ### 4.31.1 - 17 Mar 2019 - Bug fix diff --git a/README.md b/README.md index d27e3e6..17a1b0e 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ What's New in 4.31.x ------------- +### 4.31.2 - 7 Apr 2019 +- Bug and security fix + ### 4.31.1 - 17 Mar 2019 - Bug fix diff --git a/build.sbt b/build.sbt index 55e0631..d7d13bf 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.31.1" +val GitBucketVersion = "4.31.2" val ScalatraVersion = "2.6.3" val JettyVersion = "9.4.14.v20181114" val JgitVersion = "5.2.0.201812061821-r" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 57ff656..8e8c420 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -62,5 +62,6 @@ new Version("4.30.0"), new Version("4.30.1"), new Version("4.31.0", new LiquibaseMigration("update/gitbucket-core_4.31.xml")), - new Version("4.31.1") + new Version("4.31.1"), + new Version("4.31.2") )