From be3879cb580c141b6d4cbb80fba18c7b5028c552 Mon Sep 17 00:00:00 2001 From: kean Date: Sun, 3 Apr 2022 17:13:32 -0400 Subject: [PATCH] Version 0.6.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30909fa..67e994a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Get 0.x +## Get 0.6.0 + +*Apr 3, 2022* + - Add `URLRequest` parameter to `shouldClientRetry(_:request:withError:)` in `APIClientDelegate` - [#23](https://github.com/kean/Get/pull/23/files), thanks to [Pavel Krusek](https://github.com/pkrusek) - Add Linux support - [#20](https://github.com/kean/Get/pull/20), thanks to [Mathieu Barnachon](https://github.com/mbarnach)