diff --git a/CHANGELOG.md b/CHANGELOG.md index 6139ffa..ed7cb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All changes to the project will be documented in this file. +### 4.37.0 - 11 Dec 2021 +- Enhance Git Reference APIs +- Add milestone data to issue list API +- Support "all" in issue list API +- Support EDDSA in signed commit verification +- Support custom SSH url +- Relax max passward length limitation +- Relax max webhook url length limitation + ### 4.36.2 - 16 Aug 2021 - Escape user name in avatar image tag diff --git a/README.md b/README.md index 8fe77e7..b16463a 100644 --- a/README.md +++ b/README.md @@ -61,18 +61,15 @@ - If you can't find same question and report, send it to our [Gitter room](https://gitter.im/gitbucket/gitbucket) before raising an issue. - The highest priority of GitBucket is the ease of installation and API compatibility with GitHub, so your feature request might be rejected if they go against those principles. -What's New in 4.36.x +What's New in 4.37.x ------------- -### 4.36.2 - 16 Aug 2021 -- Escape user name in avatar image tag - -### 4.36.1 - 22 Jul 2021 -- Bump gitbucket-gist-plugin to 4.21.0 - -### 4.36.0 - 17 Jul 2021 -- Tag selector in the repository viewer -- Link issues/pull requests of other repositories -- Files and lines can be linked in the diff view -- Option to disable XSS protection +### 4.37.0 - 11 Dec 2021 +- Enhance Git Reference APIs +- Add milestone data to issue list API +- Support "all" in issue list API +- Support EDDSA in signed commit verification +- Support custom SSH url +- Relax max passward length limitation +- Relax max webhook url length limitation See the [change log](CHANGELOG.md) for all of the updates. diff --git a/build.sbt b/build.sbt index fe7cbbf..0ace6fd 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.36.2" +val GitBucketVersion = "4.37.0" val ScalatraVersion = "2.8.2" val JettyVersion = "9.4.44.v20210927" val JgitVersion = "5.13.0.202109080827-r"