diff --git a/core/CHANGELOG.txt b/core/CHANGELOG.txt index 2b424d27cceb444773b48f49206fddc5955ccddd..853260ae9f38863850ddbc29d8b0964f11aa2d9b 100644 --- a/core/CHANGELOG.txt +++ b/core/CHANGELOG.txt @@ -1,3 +1,7 @@ +Drupal 8.2.7, 2017-03-15 +------------------------ +- Fixed security issues. See SA-CORE-2017-001. + Drupal 8.2.3, 2016-11-16 ------------------------ - Fixed security issues. See SA-CORE-2016-005. diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 5dec88bd1e06cf32d52cfdcdc16481906dac598f..03a952a887337b00a6f1335e4504845e574f5d05 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.6'; + const VERSION = '8.2.7'; /** * Core API compatibility.