diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d92811b50..b1900981c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.20.0] - 2021-06-16 ### Added -- Support basic authentication with access token ([#1694](https://github.com/scm-manager/scm-manager/pulls/1694)) -- Form elements that support react-hook-form can now be made read-only ([#1696](https://github.com/scm-manager/scm-manager/pulls/1696)) +- Support basic authentication with access token ([#1694](https://github.com/scm-manager/scm-manager/pull/1694)) +- Form elements that support react-hook-form can now be made read-only ([#1696](https://github.com/scm-manager/scm-manager/pull/1696)) ### Fixed -- Post receive hook events after mirror update for git ([#1703](https://github.com/scm-manager/scm-manager/pulls/1703)) +- Post receive hook events after mirror update for git ([#1703](https://github.com/scm-manager/scm-manager/pull/1703)) - Added option to increase LFS authorization token timeout ([#1697](https://github.com/scm-manager/scm-manager/pull/1697)) - Uniform rendering of tooltips for repository badges ([#1698](https://github.com/scm-manager/scm-manager/pull/1698)) - Clear related caches if gpg key was added or deleted ([#1701](https://github.com/scm-manager/scm-manager/pull/1701))