Skip to content

Commit

Permalink
Release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Jun 1, 2018
1 parent 27cc40c commit 0280035
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.1.1 (2018-06-01)

* [#23](https://github.com/httprb/form_data/pull/23)
Allow override urlencoded form data encoder.
[@FabienChaynes][]


## 2.1.0 (2018-03-05)

* [#21](https://github.com/httprb/form_data/pull/21)
Expand Down Expand Up @@ -33,7 +40,7 @@
## 1.0.2 (2017-05-08)

* [#5](https://github.com/httprb/form_data.rb/issues/5)
Allow setting Content-Type non-file parts
Allow setting Content-Type non-file parts
[@abotalov][]

* [#6](https://github.com/httprb/form_data.rb/issues/6)
Expand Down Expand Up @@ -71,3 +78,4 @@
[@janko-m]: https://github.com/janko-m
[@mhickman]: https://github.com/mhickman
[@HoneyryderChuck]: https://github.com/HoneyryderChuck
[@FabienChaynes]: https://github.com/FabienChaynes
2 changes: 1 addition & 1 deletion lib/http/form_data/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module HTTP
module FormData
# Gem version.
VERSION = "2.1.0"
VERSION = "2.1.1"
end
end

0 comments on commit 0280035

Please sign in to comment.