Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil committed Jun 3, 2024
1 parent a67d034 commit 666ca24
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@

## 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

* **[BC BREAK]** No more yield, use php fiber instead
* **[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

Expand Down

0 comments on commit 666ca24

Please sign in to comment.