From 68251a95811cd6e9c02e76fd464ec6a654d838e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A0TheSmartnik?= Date: Wed, 10 Jun 2020 21:35:13 +0300 Subject: [PATCH] Bump version to 0.18.1 --- Changelog.md | 8 ++++++++ lib/httparty/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index c121332..62ce5d7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +## 0.18.1 + +* [Rename cop Lint/HandleExceptions to Lint/SuppressedException](https://github.com/jnunemaker/httparty/pull/699). +* [Encode keys in query params](https://github.com/jnunemaker/httparty/pull/698). +* [Fixed SSL doc example](https://github.com/jnunemaker/httparty/pull/692). +* [Add a build status badge](https://github.com/jnunemaker/httparty/pull/701). + + ## 0.18.0 * [Support gzip/deflate transfer encoding when explicit headers are set](https://github.com/jnunemaker/httparty/pull/678). diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index be684a8..2ecfad7 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.18.0" + VERSION = "0.18.1" end