summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-07-18 17:20:10 -0500
committerClement Ho <ClemMakesApps@gmail.com>2017-07-18 17:20:10 -0500
commit2abb40f12a9442f0ac8ba8ba1fa0512d8c07eb4e (patch)
tree977b7f3272f3c7559e5476255c1a10a721aadf10
parent3786c4d3bdd78250cdd5d56e6add24808fd9ced7 (diff)
downloadgitlab-ce-2abb40f12a9442f0ac8ba8ba1fa0512d8c07eb4e.tar.gz
Update CHANGELOG.md for 9.3.7
[ci skip]
-rw-r--r--CHANGELOG.md5
-rw-r--r--changelogs/unreleased/34325-reinstate-is_admin-for-user-api.yml4
-rw-r--r--changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml4
3 files changed, 5 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c181aba0205..b6f955553e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
documentation](doc/development/changelog.md) for instructions on adding your own
entry.
+## 9.3.7 (2017-07-18)
+
+- Prevent bad data being added to application settings when Redis is unavailable. !12750
+- Return `is_admin` attribute in the GET /user endpoint for admins. !12811
+
## 9.3.6 (2017-07-12)
- Fix API Scoping. !12300
diff --git a/changelogs/unreleased/34325-reinstate-is_admin-for-user-api.yml b/changelogs/unreleased/34325-reinstate-is_admin-for-user-api.yml
deleted file mode 100644
index 3bed1fbe16e..00000000000
--- a/changelogs/unreleased/34325-reinstate-is_admin-for-user-api.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Return `is_admin` attribute in the GET /user endpoint for admins
-merge_request: 12811
-author:
diff --git a/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml b/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml
deleted file mode 100644
index 4fddabebf36..00000000000
--- a/changelogs/unreleased/34728-fix-application-setting-created-when-redis-down.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Prevent bad data being added to application settings when Redis is unavailable
-merge_request: 12750
-author: