diff --git a/CHANGELOG.md b/CHANGELOG.md index 143e619..3d8ae9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All changes to the project will be documented in this file. +### 4.27.0 - 29 Jul 2018 +- Create new tag on the browser +- EditorConfig support +- Improve issues / pull requests search + ### 4.26.0 - 30 Jun 2018 - Installing plugins from the central registry - Repositories tab in the dashboard diff --git a/README.md b/README.md index 6307665..e679bfb 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,11 @@ - If you can't find same question and report, send it to [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.26.x +What's New in 4.27.x ------------- -### 4.26.0 - 30 Jun 2018 -- Installing plugins from the central registry -- Repositories tab in the dashboard -- Fork dialog enhancement -- Adjust pull request creation suggestor -- Keep showing incompleted task list -- New notification hooks +### 4.27.0 - 29 Jul 2018 +- Create new tag on the browser +- EditorConfig support +- Improve issues / pull requests search See the [change log](CHANGELOG.md) for all of the updates. diff --git a/build.sbt b/build.sbt index 76fd41a..f37c815 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.26.0" +val GitBucketVersion = "4.27.0" val ScalatraVersion = "2.6.1" val JettyVersion = "9.4.7.v20170914"