Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Jun 10, 2021
1 parent a3d3dad commit aae8b72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dist/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.4.0
- Added `patch` method to the client
- Added `noRedirect` authorize option
- Some bug fixes:
- Empty body response after create operation but no location header #118, #124
- Epic may return a full url #105
- Small documentation and type definition changes and improvements

## v2.3.11
- `HttpError` instances (which are thrown when a request has failed) now have a `response` property that is a reference to the
Response object. This can be used to read response headers or inspect the response in some other way in case of error.
Expand Down

0 comments on commit aae8b72

Please sign in to comment.