From a272953743c454ac4af9626634daaf5ab3ce1173 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sat, 14 Nov 2020 18:35:34 +0100 Subject: [PATCH] Prepare release 1.3.2 (#158) * Prepare 1.3.1 * Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec6795e..2e9cc9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 1.3.2 + +### Fixed + +- `Stream::read()` must not return boolean. +- Improved exception message when using wrong HTTP status code. + +## 1.3.1 + +### Fixed + +- Allow installation on PHP8 + ## 1.3.0 ### Added