From bb5906edc1c324c9a05aa0873d40117941e5fa90 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Sat, 23 Sep 2023 16:17:50 +0200 Subject: [PATCH] prepare release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2dc25f..babba7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 1.0.3 + +Add `source` link in composer.json. No code changes. + +## 1.0.2 + +Allow PSR-7 (psr/http-message) 2.0. No code changes. + ## 1.0.1 Allow installation with PHP 8. No code changes.