We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7c403 commit b421336Copy full SHA for b421336
Changelog.md
@@ -1,3 +1,9 @@
1
+## 0.19.0
2
+
3
+* [Multipart/Form-Data: rewind files after read](https://github.com/jnunemaker/httparty/pull/709)
4
+* [add frozen_string_literal pragma to all files](https://github.com/jnunemaker/httparty/pull/711)
5
+* [Better handling of Accept-Encoding / Content-Encoding decompression (fixes #562)](https://github.com/jnunemaker/httparty/pull/729)
6
7
## 0.18.1
8
9
* [Rename cop Lint/HandleExceptions to Lint/SuppressedException](https://github.com/jnunemaker/httparty/pull/699).
lib/httparty/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTParty
- VERSION = '0.18.1'
+ VERSION = '0.19.0'
end
0 commit comments