From 9f217ae04ef837349a3e4c5960010ee06dcbb9c3 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Thu, 31 Mar 2022 21:23:12 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a32e97..8a841fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Removed - ... +## [v1.1.0] - 2022-03-31 + +### Added +- support for PHP 8.1 [#207](https://github.com/firegento/firegento-magesetup2/pull/207) (thanks @domeglic) + ## [v1.0.0] - 2021-08-19 ### Fixed - fatal error on all frontend pages [#199](https://github.com/firegento/firegento-magesetup2/issues/199) (thanks @sprankhub)