update releases

This commit is contained in:
Bryan MacFarlane 2021-03-24 19:35:01 -04:00
parent a9d5d9b0b7
commit 5ef43defc2

View File

@ -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 \<verb>Json() helper methods when the server responds with a non-successful status code.