From 225f137829f0fdec4c9ede8e93715db7e24145b0 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Fri, 27 Dec 2019 11:49:54 +0100 Subject: [PATCH] Prepare for release of 2.1.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26361ae..5efce9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.0 - 2019-12-27 + +### Added + +- Symfony 5 support ## 2.0.0 - 2019-03-05