summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2018-05-02 16:36:13 -0500
committerMayra Cabrera <mcabrera@gitlab.com>2018-05-02 16:36:13 -0500
commit8bf030722dee9904e9b29bfd14c0099be9179b92 (patch)
treefab2c06277947985296c1a44b5550d5fb65c2a4d /CHANGELOG.md
parent6b93fafb565ad340336506be1074fc7867c3da26 (diff)
downloadgitlab-ce-8bf030722dee9904e9b29bfd14c0099be9179b92.tar.gz
Update CHANGELOG.md for 10.7.3
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7db98858e8..29047c3ad65 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 10.7.3 (2018-05-02)
+
+### Fixed (8 changes)
+
+- Fixed wrong avatar URL when the avatar is on object storage. !18092
+- Fix errors on pushing to an empty repository. !18462
+- Update doorkeeper to 4.3.2 to fix GitLab OAuth authentication. !18543
+- Ports omniauth-jwt gem onto GitLab OmniAuth Strategies suite. !18580
+- Fix redirection error for applications using OpenID. !18599
+- Fix commit trailer rendering when Gravatar is disabled.
+- Fix file_store for artifacts and lfs when saving.
+- Fix users not seeing labels from private groups when being a member of a child project.
+
+
## 10.7.2 (2018-04-25)
### Security (2 changes)