Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Apr 12, 2022
1 parent 23f1fb4 commit 38d21f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Get 0.x

## Get 0.7.1

*Apr 11, 2022*

- Fix trailing `?` when creating the request with empty query items - [#29](https://github.com/kean/Get/pull/29/), thanks to [Guilherme Souza](https://github.com/grsouza)

## Get 0.7.0

*Apr 9, 2022*
Expand All @@ -16,7 +22,7 @@ APIClient(baseURL: URL(string: "https://api.github.com"))

*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 `URLRequest` parameter to `shouldClientRetry(_:request:withError:)` in `APIClientDelegate` - [#23](https://github.com/kean/Get/pull/23/), 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)

## Get 0.5.0
Expand Down

0 comments on commit 38d21f6

Please sign in to comment.