diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9d184849f4d1f5bd163efce889352dc2157e931b..cda01053c84f95cb6c939ba745c3d0b8608e270d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,8 @@ -Drupal 7.xx, xxxx-xx-xx (development version) +Drupal 7.81, 2021-06-02 ----------------------- +- Block Google FLoC by default +- Testing and accessibility enhancements +- Various bug fixes, optimizations and improvements Drupal 7.80, 2021-04-20 ----------------------- diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 7120d8d9d41b1cacf3947f5e4be770a3ab4b91b2..2387e2b831eabd67b003e59b6d953f5e470a1580 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.80-dev'); +define('VERSION', '7.81'); /** * Core API compatibility.