From e7c251df1e6bf98fc9b4efd3aca663871d6c0fd9 Mon Sep 17 00:00:00 2001
From: James Edwards-Jones <jedwardsjones@gitlab.com>
Date: Mon, 14 Aug 2017 12:28:55 +0100
Subject: [PATCH] Update CHANGELOG-EE.md for 9.4.5-ee

[ci skip]
---
 CHANGELOG-EE.md                                            | 7 +++++++
 ...71-rebase-not-working-with-forked-projects-in-9-4-2.yml | 4 ----
 ...sent-related-issues-add-badge-when-admin-issue-link.yml | 5 -----
 .../fix-accessing-files-on-object-storage.yml              | 4 ----
 changelogs/unreleased-ee/sh-fix-artifacts-moves.yml        | 4 ----
 5 files changed, 7 insertions(+), 17 deletions(-)
 delete mode 100644 changelogs/unreleased-ee/3071-rebase-not-working-with-forked-projects-in-9-4-2.yml
 delete mode 100644 changelogs/unreleased-ee/3080-present-related-issues-add-badge-when-admin-issue-link.yml
 delete mode 100644 changelogs/unreleased-ee/fix-accessing-files-on-object-storage.yml
 delete mode 100644 changelogs/unreleased-ee/sh-fix-artifacts-moves.yml

diff --git a/CHANGELOG-EE.md b/CHANGELOG-EE.md
index 3ca924c2af560..9e61c23df4ba5 100644
--- a/CHANGELOG-EE.md
+++ b/CHANGELOG-EE.md
@@ -1,5 +1,12 @@
 Please view this file on the master branch, on stable branches it's out of date.
 
+## 9.4.5 (2017-08-14)
+
+- Ensure artifacts are moved locally within the filesystem to prevent timeouts. !2572
+- Fix rebase from fork when upstream has protected branches.
+- Present Related Issues add badge only when user can manage related issues (previously when user could edit issue).
+- Fix accessing individual files on Object Storage.
+
 ## 9.4.4 (2017-08-09)
 
 - No changes.
diff --git a/changelogs/unreleased-ee/3071-rebase-not-working-with-forked-projects-in-9-4-2.yml b/changelogs/unreleased-ee/3071-rebase-not-working-with-forked-projects-in-9-4-2.yml
deleted file mode 100644
index 61c152a654d9b..0000000000000
--- a/changelogs/unreleased-ee/3071-rebase-not-working-with-forked-projects-in-9-4-2.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix rebase from fork when upstream has protected branches
-merge_request:
-author:
diff --git a/changelogs/unreleased-ee/3080-present-related-issues-add-badge-when-admin-issue-link.yml b/changelogs/unreleased-ee/3080-present-related-issues-add-badge-when-admin-issue-link.yml
deleted file mode 100644
index a0fe5fa5dacbb..0000000000000
--- a/changelogs/unreleased-ee/3080-present-related-issues-add-badge-when-admin-issue-link.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Present Related Issues add badge only when user can manage related issues (previously
-  when user could edit issue)
-merge_request:
-author:
diff --git a/changelogs/unreleased-ee/fix-accessing-files-on-object-storage.yml b/changelogs/unreleased-ee/fix-accessing-files-on-object-storage.yml
deleted file mode 100644
index 6aa47a7514a50..0000000000000
--- a/changelogs/unreleased-ee/fix-accessing-files-on-object-storage.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Fix accessing individual files on Object Storage
-merge_request:
-author:
diff --git a/changelogs/unreleased-ee/sh-fix-artifacts-moves.yml b/changelogs/unreleased-ee/sh-fix-artifacts-moves.yml
deleted file mode 100644
index 0a082ab883618..0000000000000
--- a/changelogs/unreleased-ee/sh-fix-artifacts-moves.yml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-title: Ensure artifacts are moved locally within the filesystem to prevent timeouts
-merge_request: 2572
-author:
-- 
GitLab