1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Bump version to 0.18.1

This commit is contained in:
 TheSmartnik 2020-06-10 21:35:13 +03:00
parent 8fa06c99f0
commit 68251a9581
2 changed files with 9 additions and 1 deletions

View file

@ -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).

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.18.0"
VERSION = "0.18.1"
end