diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a9d92..978295f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v1.1.0 (2022-03-12) + +* Added new method `Sender::send` [(see this reddit post)](https://www.reddit.com/r/PHP/comments/t7cf89/a_simple_sender_class_for_psr_7_response_objects/?utm_source=share&utm_medium=web2x&context=3). +* Make the sender class completely stateless [(see this reddit post)](https://www.reddit.com/r/PHP/comments/t7cf89/a_simple_sender_class_for_psr_7_response_objects/?utm_source=share&utm_medium=web2x&context=3). + ## v1.0.0 (2022-03-04) * First release. \ No newline at end of file