From ce5c126431b39b1eea6f4b1d27ba2d1f9387421a Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Fri, 19 Aug 2022 18:04:35 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7093a1e..0909b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,13 @@ # Change Log -## 2.0.5 - -* Fixed constructor to work nicely with version 1 style arguments (e.g. HttplugBundle) -* Fixed PHP 8 compatibility for stream timeouts -* Renamed `master` branch to `2.x` for semantic branch naming. - -## 2.0.4 +## 2.1.1 + * Fixed constructor to work nicely with version 1 style arguments (e.g. HttplugBundle) + * Fixed PHP 8 compatibility for stream timeouts + * Renamed `master` branch to `2.x` for semantic branch naming. * Add Symfony 6 compatibility -## 2.0.3 +## 2.1.0 * Add php 8 compatibility