diff --git a/.changes/http-client/minor.add-url-and-method-to-http-client-response.md b/.changes/http-client/minor.add-url-and-method-to-http-client-response.md deleted file mode 100644 index 1dbaf47..0000000 --- a/.changes/http-client/minor.add-url-and-method-to-http-client-response.md +++ /dev/null @@ -1 +0,0 @@ -Add `url` and `method` properties to `SuccessfulResponse`, `RedirectMessage`, `ClientErrorResponse` and `ServerErrorResponse`. diff --git a/.changes/http-client/minor.improve-error-contexts.md b/.changes/http-client/minor.improve-error-contexts.md deleted file mode 100644 index d47e469..0000000 --- a/.changes/http-client/minor.improve-error-contexts.md +++ /dev/null @@ -1 +0,0 @@ -Add request, response, timing and input context to errors returned by the `http_client`. It should help when investigating issues. diff --git a/CHANGELOG.md b/CHANGELOG.md index 67d4706..e1b6814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This is the changelog for `http-client`. +## 0.3.0 + +### Features + +- Add `url` and `method` properties to `SuccessfulResponse`, `RedirectMessage`, `ClientErrorResponse` and `ServerErrorResponse`. + +- Add request, response, timing and input context to errors returned by the `http_client`. It should help when investigating issues. + ## 0.2.0 ### Features diff --git a/package.json b/package.json index 22c7a33..e560835 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@afoures/http-client", - "version": "0.2.0", + "version": "0.3.0", "description": "A typesafe and robust HTTP client", "homepage": "https://github.com/afoures/http-client#readme", "bugs": {