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:
-rw-r--r--CHANGELOG7
-rw-r--r--VERSION2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2dda4c35..09bb19f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+v 1.8.1
+
+- Limit auth cookie max-age to 10 minutes
+- Use secure cookies for auth session
+
v 1.8.0
- Fix https downgrade in auth process
@@ -8,7 +13,7 @@ v 1.8.0
v 1.7.2
-- Fix https to http donwgrade for auth process
+- Fix https to http downgrade for auth process
- Limit auth cookie max-age to 10 minutes
- Use secure cookies for auth session
diff --git a/VERSION b/VERSION
index 27f9cd32..a8fdfda1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.0
+1.8.1