From 75fde1e41e5555aacf0acba6370b11a4ec1a77d5 Mon Sep 17 00:00:00 2001 From: xjm <xjm@65776.no-reply.drupal.org> Date: Wed, 19 Apr 2017 11:45:52 -0500 Subject: [PATCH] Drupal 8.2.8 --- core/CHANGELOG.txt | 4 ++++ core/lib/Drupal.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 853260ae9f38..d8233459f76c 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -1,3 +1,7 @@ +Drupal 8.2.8, 2017-04-19 +------------------------ +- Fixed security issues. See SA-CORE-2017-002. + Drupal 8.2.7, 2017-03-15 ------------------------ - Fixed security issues. See SA-CORE-2017-001. diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 03a952a88733..71622fc9f37a 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -81,7 +81,7 @@ class Drupal { /** * The current system version. */ - const VERSION = '8.2.7'; + const VERSION = '8.2.8'; /** * Core API compatibility. -- GitLab