From c9a223e94413810758f9d9d6793d8f18c2900baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A0TheSmartnik?= Date: Sun, 11 Nov 2018 15:57:27 +0300 Subject: [PATCH] Bump version to 0.16.3 --- Changelog.md | 9 +++++++-- lib/httparty/version.rb | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 2c709715..1a1457dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index d7ac967b..5ffc4dcb 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.16.2" + VERSION = "0.16.3" end