From 62072493fa60368ebb9366bccaf7b5864e897eb8 Mon Sep 17 00:00:00 2001
From: mcdruid <drew@mcdruid.co.uk>
Date: Wed, 2 Jun 2021 11:57:55 +0100
Subject: [PATCH] Drupal 7.81

---
 CHANGELOG.txt          | 5 ++++-
 includes/bootstrap.inc | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 9d184849f4d1..cda01053c84f 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 7120d8d9d41b..2387e2b831ea 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.
-- 
GitLab