From b28a9b404b2279d139ea8750ace4bbab1d21b569 Mon Sep 17 00:00:00 2001 From: kean Date: Sat, 17 Sep 2022 14:43:30 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b582d..571eb5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Get 2.x +## Get 2.1.0 + +*Sep 17, 2022* + +- Add support for optional responses. If the response is optional and the response body is empty, the request will now succeed and return `nil` - [#58](https://github.com/kean/Get/pull/58), thanks to [@Pomanks](https://github.com/Pomanks) + ## Get 2.0.1 *Sep 13, 2022*