From 87c32bc3c7dad028c26096b62fec7957e905d895 Mon Sep 17 00:00:00 2001
From: Rajab Natshah <rajabn@gmail.com>
Date: Fri, 10 May 2019 01:10:02 +0300
Subject: [PATCH] Issue #3053834: Varbase 8.6.9: Update [CHANGELOG.md,
 README.md, drupal-org.make] files and filter the code for Drupal 8 Coding
 Standard

---
 CHANGELOG.md     | 14 ++++++++++++++
 README.md        |  4 ++--
 varbase.info.yml |  3 ++-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 60f78cff..2a0982f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+# 8.6.9
+
+### Highlighted important changes since Varbase 8.6.8:
+* Issue [#3053839](https://www.drupal.org/node/3053839):
+                  Update [Drupal core] from 8.6.15 to 8.6.16
+* Drupal core - Moderately critical - Third-party libraries -
+  [SA-CORE-2019-007](https://www.drupal.org/SA-CORE-2019-007)
+* Issue [#3053828](https://www.drupal.org/node/3053828):
+                  Changed drupal/core ~8.6 to ~8.6.0 to let composer
+                  update to 8.6.16 and more 8.6.x versions and
+                  not to update to 8.7.x
+
+--------------------------------------------------------------------------------
+
 # 8.6.8
 
 ### Highlighted important changes since Varbase 8.6.7:
diff --git a/README.md b/README.md
index 74481a30..00d972c4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-6.8)](https://travis-ci.org/Vardot/varbase/builds/524548654) Varbase 8.6.8
+[![Build Status](https://travis-ci.org/Vardot/varbase.svg?branch=8.x-6.9)](https://travis-ci.org/Vardot/varbase) Varbase 8.6.9
 
 [![](https://www.drupal.org/files/styles/grid-3/public/project-images/Medium-Logo%20Color%20with%20padding.png)](https://www.drupal.org/project/varbase)
 
@@ -28,7 +28,7 @@ instructions.
 
 To install the most recent stable release of Varbase 8.6.x run this command:
 ```
-composer create-project Vardot/varbase-project:^8.6.8 PROJECT_DIR_NAME --no-dev --no-interaction
+composer create-project Vardot/varbase-project:^8.6.9 PROJECT_DIR_NAME --no-dev --no-interaction
 ```
 
 To install the dev version of Varbase 8.6.x run this command:
diff --git a/varbase.info.yml b/varbase.info.yml
index ae84500a..773cb3b7 100755
--- a/varbase.info.yml
+++ b/varbase.info.yml
@@ -2,11 +2,12 @@ name: Varbase
 type: profile
 description: 'Varbase is an enhanced Drupal distribution with a lot of necessities.'
 core: 8.x
+project: varbase
 distribution:
   name: Varbase
   install:
     theme: vartheme_admin
-version: 8.x-6.8
+version: 8.x-6.9
 install:
   - system
   - action
-- 
GitLab