From 4f82a469d9d4af7380cef906efff253d114654d0 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 22 Jul 2021 14:30:25 +0900 Subject: [PATCH] Release GitBucket 4.36.1 --- CHANGELOG.md | 3 +++ README.md | 3 +++ build.sbt | 2 +- src/main/scala/gitbucket/core/GitBucketCoreModule.scala | 3 ++- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e769afc23..128c34f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to the project will be documented in this file. +### 4.36.1 - 22 Jul 2021 +- Bump gitbucket-gist-plugin to 4.21.0 + ### 4.36.0 - 17 Jul 2021 - Tag selector in the repository viewer - Link issues/pull requests of other repositories diff --git a/README.md b/README.md index 595c11a66..0f350941c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ Support What's New in 4.36.x ------------- +### 4.36.1 - 22 Jul 2021 +- Bump gitbucket-gist-plugin to 4.21.0 + ### 4.36.0 - 17 Jul 2021 - Tag selector in the repository viewer - Link issues/pull requests of other repositories diff --git a/build.sbt b/build.sbt index 87aaccfc3..9709511b5 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.jsuereth.sbtpgp.PgpKeys._ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.36.0" +val GitBucketVersion = "4.36.1" val ScalatraVersion = "2.7.1" val JettyVersion = "9.4.43.v20210629" val JgitVersion = "5.12.0.202106070339-r" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index a1adfd6d9..c77de16c0 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -118,5 +118,6 @@ object GitBucketCoreModule new Version("4.35.1"), new Version("4.35.2"), new Version("4.35.3"), - new Version("4.36.0", new LiquibaseMigration("update/gitbucket-core_4.36.xml")) + new Version("4.36.0", new LiquibaseMigration("update/gitbucket-core_4.36.xml")), + new Version("4.36.1") )