diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f027e..d8ac29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All changes to the project will be documented in this file. +### 4.23.0 - 31 Mar 2018 +- Allow tail slash in URL +- Display commit message of tags at the releases page +- Add labels property to issues and pull requests API response +- Plugins list API +- Git authentication with personal access token +- Max parallel builds and max stored history in CI plugin became configurable + +### 4.22.0 - 3 Mar 2018 +- Pull request merge strategy settings +- Create repository with an empty commit +- Improve database viewer +- Update maven-repository-plugin + ### 4.21.2 - 27 Jan 2018 - Bugfix diff --git a/README.md b/README.md index 60fe3a9..0b05385 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,14 @@ - 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.22.x +What's New in 4.23.x ------------- -### 4.22.0 - 3 Mar 2018 -- Pull request merge strategy settings -- Create repository with an empty commit -- Improve database viewer -- Update maven-repository-plugin +### 4.23.0 - 31 Mar 2018 +- Allow tail slash in URL +- Display commit message of tags at the releases page +- Add labels property to issues and pull requests API response +- Plugins list API +- Git authentication with personal access token +- Max parallel builds and max stored history in CI plugin became configurable See the [change log](CHANGELOG.md) for all of the updates.