Skip to content

Commit

Permalink
Release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Sep 9, 2021
1 parent fb7c403 commit b421336
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
@@ -1,3 +1,9 @@
## 0.19.0

* [Multipart/Form-Data: rewind files after read](https://github.com/jnunemaker/httparty/pull/709)
* [add frozen_string_literal pragma to all files](https://github.com/jnunemaker/httparty/pull/711)
* [Better handling of Accept-Encoding / Content-Encoding decompression (fixes #562)](https://github.com/jnunemaker/httparty/pull/729)

## 0.18.1

* [Rename cop Lint/HandleExceptions to Lint/SuppressedException](https://github.com/jnunemaker/httparty/pull/699).
Expand Down
2 changes: 1 addition & 1 deletion lib/httparty/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HTTParty
VERSION = '0.18.1'
VERSION = '0.19.0'
end

0 comments on commit b421336

Please sign in to comment.