From 38fda98b6da4d97cf8049adc7acc139b28ccd8a2 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 26 Apr 2022 11:11:17 +0200 Subject: changelog and version --- CHANGELOG | 4 ++++ boot.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e51485222..bfeab32d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Hubzilla 7.2.2 (2022-04-26) + - Fix item_verified not set due to data structure changes + + Hubzilla 7.2.1 (2022-04-25) - Fix changing profile image from new member widget - issue #1671 - Fix regression with incoming poll answers from activitypub introduced in 7.2 diff --git a/boot.php b/boot.php index 06d498be7..a623ff42e 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '7.3.1'); +define('STD_VERSION', '7.3.2'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1252); -- cgit v1.2.3