Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-07-06 13:26:54 +0300
committerNick Thomas <nick@gitlab.com>2017-07-06 13:26:54 +0300
commit0173d4e6b6b17443155d121a9098d0e742b9c4e3 (patch)
tree5e620db97f16061e0339f37715f6ef583f0a81f9
parentd11859f82215590e14d0ffa6124d502d67ce50de (diff)
parent1846ad101ca4703c1dd159b5c577a4f116256dfd (diff)
Merge branch '71-release-0-5-0' into 'master'v0.5.0
Release v0.5.0 Closes #71 See merge request !38
-rw-r--r--CHANGELOG9
-rw-r--r--VERSION2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 77e97212..9a01248a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,12 @@
+v 0.5.0
+- Don't try to update domains if reading the update file fails !32
+- Add CORS support to GET requests !33
+- Add CONTRIBUTING.md !34
+- Add basic cache directives to gitlab-pages !35
+- Go 1.8 is the minimum supported version !36
+- Fix HTTP/2 ALPN negotiation !37
+- Add disabled-by-default status check endpoint !39
+
v 0.4.3
- Fix domain lookups when Pages is exposed on non-default ports
diff --git a/VERSION b/VERSION
index 17b2ccd9..8f0916f7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.4.3
+0.5.0