From ef0b1a696948498be6744d764f683607ff8be1d9 Mon Sep 17 00:00:00 2001
From: Kamil Trzcinski <ayufan@ayufan.eu>
Date: Sat, 22 Jul 2017 10:10:04 +0200
Subject: [PATCH] Update CHANGELOG for v9.4.0

---
 CHANGELOG.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e210f2e77..a8e233cc4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+v 9.4.0 (2017-07-22)
+- Use Go 1.8 for CI !620
+- Warn on archiving git directory !591
+- Add CacheClient with timeout configuration for cache operations !608
+- Remove '.git/hooks/post-checkout' hooks when using fetch strategy !603
+- Fix VirtualBox and Parallels executors registration bugs !589
+- Support Kubernetes PVCs !606
+- Support cache policies in .gitlab-ci.yml !621
+- Improve kubernetes volumes support !625
+- Adds an option `--all` to unregister command !622
+- Add the technical description of version release !631
+- Update documentation on building docker images inside of a kubernetes cluster. !628
+- Support for extended docker configuration in gitlab-ci.yml !596
+- Add ServicesTmpfs options to Docker runner configuration. !605
+- Fix network timeouts !634
+
 v 9.3.0 (2017-06-22)
 - Make GitLab Runner metrics HTTP endpoint default to :9252 !584
 - Add handling for GIT_CHECKOUT variable to skip checkout !585
-- 
GitLab