diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7cb87..ff2e238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All changes to the project will be documented in this file. +### 4.37.1 - 14 Dec 2021 +- Update gist-plugin and notification-plugin +- Fix SSHCommand extension point for apache-sshd 2.x + ### 4.37.0 - 11 Dec 2021 - Enhance Git Reference APIs - Add milestone data to issue list API diff --git a/README.md b/README.md index b16463a..b847e46 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ What's New in 4.37.x ------------- +### 4.37.1 - 14 Dec 2021 +- Update gist-plugin and notification-plugin +- Fix SSHCommand extension point for apache-sshd 2.x + ### 4.37.0 - 11 Dec 2021 - Enhance Git Reference APIs - Add milestone data to issue list API diff --git a/build.sbt b/build.sbt index 0ace6fd..1e74d95 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.37.0" +val GitBucketVersion = "4.37.1" val ScalatraVersion = "2.8.2" val JettyVersion = "9.4.44.v20210927" val JgitVersion = "5.13.0.202109080827-r" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 6306e9f..aa38835 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -121,4 +121,5 @@ new Version("4.36.1"), new Version("4.36.2"), new Version("4.37.0", new LiquibaseMigration("update/gitbucket-core_4.37.xml")), + new Version("4.37.1") )