diff --git a/CHANGELOG.md b/CHANGELOG.md index e83c5da..70f93de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All changes to the project will be documented in this file. +### 4.25.0 - 29 May 2018 +- Security improvement +- Show mail address at the profile page +- Task list on commit comments +- More detailed editing history of issues and pull requests +- Expose user public keys +- Download repository improvements + ### 4.24.1 - 1 May 2018 - Fix bug in Web API authentication diff --git a/README.md b/README.md index 2a65ebc..0c60835 100644 --- a/README.md +++ b/README.md @@ -68,17 +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.24.x +What's New in 4.25.x ------------- -### 4.24.1 - 1 May 2018 -- Fix bug in Web API authentication - -### 4.24.0 - 30 Apr 2018 -- Diff for each review comment on pull requests -- Extra mail addresses support -- Show tags at the commit list -- Keep wrap mode of the online editor -- Renew layout of gitbucket-gist-plugin -- Web API of gitbucket-ci-plugin +### 4.25.0 - 29 May 2018 +- Security improvement +- Show mail address at the profile page +- Task list on commit comments +- More detailed editing history of issues and pull requests +- Expose user public keys +- Download repository improvements See the [change log](CHANGELOG.md) for all of the updates.