From 8a4c0c493f07d1f2cbb012aebf607c7e8a886149 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 21 Mar 2021 12:29:45 +0100 Subject: [PATCH] Prepare release 3.0.1 (#55) --- 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