Skip to content

Commit

Permalink
Release version 0.5.19
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejkrol committed May 20, 2019
1 parent 002bd05 commit c9e17da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.5.19

* introduced PATCH requests.
* brought back ruby < 2.1 compatibility. Process::CLOCK_MONOTONIC is not present until ruby 2.2. There was a breaking change since 0.5.16.

# 0.5.18

* pass along the caller to each `connection` hook
Expand Down
2 changes: 1 addition & 1 deletion lib/api_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ApiClient
VERSION = "0.5.18"
VERSION = "0.5.19"
end

0 comments on commit c9e17da

Please sign in to comment.