Skip to content

Commit

Permalink
Release 4.38.3
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Oct 30, 2022
1 parent 9bd0b6a commit 96948ed
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All changes to the project will be documented in this file.

## 4.38.3 - 30 Oct 2022
- Fix several issues around multiple assignees in issues and pull requests
- Fix IllegalStateException when returning unknown avatar image

## 4.38.2 - 20 Sep 2022
- Resurrect assignee icons on the issue list

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Support

What's New in 4.38.x
-------------
## 4.38.3 - 30 Oct 2022
- Fix several issues around multiple assignees in issues and pull requests
- Fix IllegalStateException when returning unknown avatar image

## 4.38.2 - 20 Sep 2022
- Resurrect assignee icons on the issue list

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.jsuereth.sbtpgp.PgpKeys._

val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.38.2"
val GitBucketVersion = "4.38.3"
val ScalatraVersion = "2.8.4"
val JettyVersion = "9.4.49.v20220914"
val JgitVersion = "5.13.1.202206130422-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 @@ -113,5 +113,6 @@ object GitBucketCoreModule
new Version("4.37.2"),
new Version("4.38.0", new LiquibaseMigration("update/gitbucket-core_4.38.xml")),
new Version("4.38.1"),
new Version("4.38.2")
new Version("4.38.2"),
new Version("4.38.3")
)

0 comments on commit 96948ed

Please sign in to comment.