Skip to content

Commit

Permalink
Merge pull request #623 from jnunemaker/bump-version-to-16.3
Browse files Browse the repository at this point in the history
Bump version to 0.16.3
  • Loading branch information
jnunemaker authored Nov 12, 2018
2 parents 2ac7256 + c9a223e commit 92e697a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## master

## 0.16.3
* [Add Logstash-compatible formatter](https://github.com/jnunemaker/httparty/pull/612)
* [Add support for headers specified with symbols](https://github.com/jnunemaker/httparty/pull/622)
* [Fix response object marshalling](https://github.com/jnunemaker/httparty/pull/618)
* [Add ability to send multipart, without passing file](https://github.com/jnunemaker/httparty/pull/615)
* [Fix detection of content_type for multipart payload](https://github.com/jnunemaker/httparty/pull/616)
* [Process dynamic headers before making actual request](https://github.com/jnunemaker/httparty/pull/606)
* [Fix multipart uploads with ActionDispatch::Http::UploadedFile TempFile by using original_filename](https://github.com/jnunemaker/httparty/pull/598)
* Added support for lock and unlock http requests (https://github.com/jnunemaker/httparty/pull/596).
* [Added support for lock and unlock http requests](https://github.com/jnunemaker/httparty/pull/596)

## 0.16.2

Expand Down
2 changes: 1 addition & 1 deletion lib/httparty/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.16.2"
VERSION = "0.16.3"
end

0 comments on commit 92e697a

Please sign in to comment.