diff --git a/CHANGELOG.md b/CHANGELOG.md
index c15a59d25d420ef8a1cbf7c0e0ea696e3ead3ff8..c181aba0205f7a4c03a4518a3b8bb899615c9c4c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 documentation](doc/development/changelog.md) for instructions on adding your own
 entry.
 
+## 9.3.6 (2017-07-12)
+
+- Fix API Scoping. !12300
+- Username and password are no longer stripped from import url on mirror update. !12725
+- Fix issues with non-UTF8 filenames by always fixing the encoding of tree and blob paths.
+- Fixed GFM references not being included when updating issues inline.
+
 ## 9.3.5 (2017-07-05)
 
 - Remove "Remove from board" button from backlog and closed list. !12430
diff --git a/changelogs/unreleased/33580-fix-api-scoping.yml b/changelogs/unreleased/33580-fix-api-scoping.yml
deleted file mode 100644
index f4ebb13c082622eeb82c1da4ac6d06b09e657504..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/33580-fix-api-scoping.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix API Scoping
-merge_request: 12300
-author:
diff --git a/changelogs/unreleased/dm-encode-tree-and-blob-paths.yml b/changelogs/unreleased/dm-encode-tree-and-blob-paths.yml
deleted file mode 100644
index c1a026e1f29bc03c85086298b19c5f145e66df58..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/dm-encode-tree-and-blob-paths.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Fix issues with non-UTF8 filenames by always fixing the encoding of tree and
-  blob paths
-merge_request:
-author:
diff --git a/changelogs/unreleased/issue-description-gfm.yml b/changelogs/unreleased/issue-description-gfm.yml
deleted file mode 100644
index 4d421bff67738f28cb18c5fcb2b63f9507750aa5..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/issue-description-gfm.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fixed GFM references not being included when updating issues inline
-merge_request:
-author:
diff --git a/changelogs/unreleased/username-password-stripped-from-import-url-fix.yml b/changelogs/unreleased/username-password-stripped-from-import-url-fix.yml
deleted file mode 100644
index 571279d3dc7b8631004cef30e9b8b1d6e962f719..0000000000000000000000000000000000000000
--- a/changelogs/unreleased/username-password-stripped-from-import-url-fix.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Username and password are no longer stripped from import url on mirror update
-merge_request: 12725
-author: