From 5ef43defc2bdb980b080169cf565570b602a2f9b Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Wed, 24 Mar 2021 19:35:01 -0400 Subject: [PATCH] update releases --- RELEASES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 245477d..935178a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,9 @@ ## Releases +## 1.0.10 + +Contains a bug fix where proxy is defined without a user and password. see [PR here](https://github.com/actions/http-client/pull/42) + ## 1.0.9 Throw HttpClientError instead of a generic Error from the \Json() helper methods when the server responds with a non-successful status code.