Skip to content

Commit

Permalink
Release 4.37.1 (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Dec 13, 2021
1 parent 19ba097 commit e719265
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -63,6 +63,10 @@ Support

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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -3,7 +3,7 @@ import com.jsuereth.sbtpgp.PgpKeys._

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"
Expand Down
1 change: 1 addition & 0 deletions src/main/scala/gitbucket/core/GitBucketCoreModule.scala
Expand Up @@ -121,4 +121,5 @@ object GitBucketCoreModule
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")
)

0 comments on commit e719265

Please sign in to comment.