From 666ca2420bd1dfb5e1a4ac1c98dd9c7ddcd0c9a3 Mon Sep 17 00:00:00 2001
From: Baptiste Leduc <baptiste.leduc@gmail.com>
Date: Mon, 3 Jun 2024 14:50:05 +0200
Subject: [PATCH] Update CHANGELOG

---
 CHANGELOG.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index eee259c..8847437 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,19 +2,19 @@
 
 ## 0.15.0 - 03/06/2024
 
-* Symfony 7 support
+* **Add** Symfony 7 support
 
 ## 0.14.0 - 19/04/2024
 
-* Add JUnit report
+* **Add** JUnit report
 
 ## 0.13.0 - 12/04/2024
 
-* Add command line argument to configure default http client configuration
-* Fixed allow self signed certificate not used
+* **Add** command line argument to configure default http client configuration
+* **Fix** allow self signed certificate not used
 * **[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)
+* **Fix** assertions count
+* **Add** a new attribute to configure HttpClient (allow to set timeout)
 
 ## 0.12.0 - 11/05/2023
 
@@ -22,7 +22,7 @@
  * **[BC BREAK]** Make http test case as an option
  * **[BC BREAK]** No more global test case case
  * **[BC BREAK]** Use PHP attribute instead of annotation
- * Add a new test case trait for API
+ * **Add** a new test case trait for API
 
 ### Migrating from 0.11