CHANGELOG.md
24 lines
| 1 | # Changelog |
| 2 | |
| 3 | All notable changes to this project will be documented in this file, in reverse chronological order by release. |
| 4 | |
| 5 | ## 1.0.1 |
| 6 | |
| 7 | Allow installation with PHP 8. No code changes. |
| 8 | |
| 9 | ## 1.0.0 |
| 10 | |
| 11 | First stable release. No changes since 0.3.0. |
| 12 | |
| 13 | ## 0.3.0 |
| 14 | |
| 15 | Added Interface suffix on exceptions |
| 16 | |
| 17 | ## 0.2.0 |
| 18 | |
| 19 | All exceptions are in `Psr\Http\Client` namespace |
| 20 | |
| 21 | ## 0.1.0 |
| 22 | |
| 23 | First release |
| 24 |