From c3de79b8c8ca3d92e31afa644c6f64f212560a0d Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sun, 21 Mar 2021 12:29:14 +0100 Subject: [PATCH] Prepare release 3.0.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b41313a..8a3883f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ 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). +## [3.0.1] - 2021-03-21 + +- Allow to be installed with Guzzle PSR-7 2.0 + ## [3.0.0] - 2020-10-01 - Only support HTTPlug 2.0 and PSR-18