Skip to content

Commit

Permalink
Update for 4.31.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Mar 16, 2019
1 parent 7004c4f commit bf90d28
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All changes to the project will be documented in this file.

### 4.31.1 - 17 Mar 2019
- Bug fix

### 4.31.0 - 17 Mar 2019
- Docker support in CI plugin
- Verify GPG key signed commit
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ Support

What's New in 4.31.x
-------------
### 4.31.1 - 17 Mar 2019
- Bug fix

### 4.31.0 - 17 Mar 2019
- Docker support in CI plugin
- Verify GPG key signed commit
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._

val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.31.0"
val GitBucketVersion = "4.31.1"
val ScalatraVersion = "2.6.3"
val JettyVersion = "9.4.14.v20181114"
val JgitVersion = "5.2.0.201812061821-r"
Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/gitbucket/core/GitBucketCoreModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ object GitBucketCoreModule
new Version("4.29.0"),
new Version("4.30.0"),
new Version("4.30.1"),
new Version("4.31.0", new LiquibaseMigration("update/gitbucket-core_4.31.xml"))
new Version("4.31.0", new LiquibaseMigration("update/gitbucket-core_4.31.xml")),
new Version("4.31.1")
)

0 comments on commit bf90d28

Please sign in to comment.