From 5cd25078e9e966aa531138d6f20a6f6ef14b0c1c Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Thu, 4 Mar 2021 16:49:06 +0100 Subject: [PATCH] Prepare release 1.1.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 142a62f..ac3a7fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased + * ... + +## 1.1.0 [2021-03-04] * Bump minimum PHP required version to 7.3 (#1) * Add PHP 8 support (#6) * Add Symfony 5 support (#4)