Skip to content

Commit 0280035

Browse files
committed
Release v2.1.1
1 parent 27cc40c commit 0280035

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.1 (2018-06-01)
2+
3+
* [#23](https://github.com/httprb/form_data/pull/23)
4+
Allow override urlencoded form data encoder.
5+
[@FabienChaynes][]
6+
7+
18
## 2.1.0 (2018-03-05)
29

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

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

3946
* [#6](https://github.com/httprb/form_data.rb/issues/6)
@@ -71,3 +78,4 @@
7178
[@janko-m]: https://github.com/janko-m
7279
[@mhickman]: https://github.com/mhickman
7380
[@HoneyryderChuck]: https://github.com/HoneyryderChuck
81+
[@FabienChaynes]: https://github.com/FabienChaynes

lib/http/form_data/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module HTTP
44
module FormData
55
# Gem version.
6-
VERSION = "2.1.0"
6+
VERSION = "2.1.1"
77
end
88
end

0 commit comments

Comments
 (0)