diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 09094ad42dd3f53c086e7cca9ad2060b744775e3..392826d22f778675af67c168bd2b2deb14ea45bd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +Drupal 7.62, 2019-01-15 +----------------------- +- Fixed security issues: + - SA-CORE-2019-001 + - SA-CORE-2019-002 + Drupal 7.61, 2018-11-07 ----------------------- - File upload validation functions and hook_file_validate() implementations are diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index ca8b278223e10e8d093257f0806678e923af6b1f..c17dfd2e8443b669d97c4161299945c94fdb021d 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.61'); +define('VERSION', '7.62'); /** * Core API compatibility.