diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4608b..0874a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All changes to the project will be documented in this file. +### 4.35.2 - 30 Dec 2020 +- Upgrade gitbucket-notifications-plugin to 1.10.0 +- Upgrade oauth2-oidc-sdk to 8.29.1 to solve dependency issue + ### 4.35.1 - 29 Dec 2020 - Fix database migration issue which happens if webhook is configured - Call push webhook when pull request is merged diff --git a/README.md b/README.md index 92c8885..d67ea54 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ What's New in 4.35.x ------------- +### 4.35.2 - 30 Dec 2020 +- Upgrade gitbucket-notifications-plugin to 1.10.0 +- Upgrade oauth2-oidc-sdk to 8.29.1 to solve dependency issue + ### 4.35.1 - 29 Dec 2020 - Fix database migration issue which happens if webhook is configured diff --git a/build.sbt b/build.sbt index e7a0fe1..df5bb41 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.35.1" +val GitBucketVersion = "4.35.2" val ScalatraVersion = "2.7.1" val JettyVersion = "9.4.32.v20200930" val JgitVersion = "5.9.0.202009080501-r" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 6a7194f..613a2ae 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -116,4 +116,5 @@ ), new Version("4.35.0", new LiquibaseMigration("update/gitbucket-core_4.35.xml")), new Version("4.35.1"), + new Version("4.35.2"), )