From 82e08e3fa5c45327e5168b29fcd09caf5e14516a Mon Sep 17 00:00:00 2001 From: Ian Morland Date: Fri, 22 Sep 2023 20:01:59 +0100 Subject: [PATCH] chore: prep 1.8.2 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcddd5f9e5..edf357e52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v1.8.2](https://github.com/flarum/framework/compare/v1.8.1...v1.8.2) +### Fixed +* suspended users can abuse avatar upload [#3890] +* missing compat exports [#3888] + ## [v1.8.1](https://github.com/flarum/framework/compare/v1.8.0...v1.8.1) ### Fixed * recover temporary solution for html entities in browser title (e72541e35de4f71f9d870bbd9bb46ddf586bdf1d)