From b6024d96f77115f4124b0185e5fa05a1eb7000f2 Mon Sep 17 00:00:00 2001 From: Johannes Wilm Date: Thu, 27 Oct 2022 21:17:23 +0200 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 314a114..5a8967b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,7 @@ Changelog ========= +* 7.0.1 (October 27, 2022) + * Remove height requirement for providers (broke 6 to 7 upgrades) * 7.0.0 (August 16, 2022) * Allowed for rectangular avatars. Custom avatar tag templates now require the specification of both a ``width`` and ``height`` attribute instead of ``size``.