From d3e6597fb8c1f1e5a461c9a0eda769426a661282 Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Wed, 10 Apr 2024 18:45:57 +0200 Subject: [PATCH] chore(changelog): update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1de026..59c3e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Changes +## 0.13.0 - 10/04/2024 + +* **[BC BREAK]** HTTP test case now rely exclusively on amp http client (no more psr7 or psr18) +* Fix assertions count +* Add a new attribute to configure HttpClient (allow to set timeout) + ## 0.12.0 - 11/05/2023 * **[BC BREAK]** No more yield, use php fiber instead