diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d05720..fd77154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to the project will be documented in this file. +### 4.21.2 - 27 Jan 2019 +- Bugfix + ### 4.21.1 - 27 Jan 2019 - Bugfix diff --git a/README.md b/README.md index be5dcfa..b04ac47 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,9 @@ What's New in 4.21.x ------------- +### 4.21.2 - 27 Jan 2019 +- Bugfix + ### 4.21.1 - 27 Jan 2019 - Bugfix diff --git a/build.sbt b/build.sbt index ac49b49..f948758 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.21.1" +val GitBucketVersion = "4.21.2" val ScalatraVersion = "2.6.1" val JettyVersion = "9.4.7.v20170914" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 7ff8968..2f3df19 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -52,5 +52,6 @@ new Version("4.21.0", new LiquibaseMigration("update/gitbucket-core_4.21.xml") ), - new Version("4.21.1") + new Version("4.21.1"), + new Version("4.21.2") )