diff --git a/CHANGELOG.md b/CHANGELOG.md index c7be53062..9497b05df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ #Changelog +## 1.2.2 + +* Fixed problem where ArgumentError was raised if query params were made up of an array e.g. data[]=a&data[]=b. Thanks to Steve Tooke + ## 1.2.1 * Changed license from GPL to MIT diff --git a/README.md b/README.md index d22ad9b97..62b5a26aa 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,7 @@ People who submitted patches and new features or suggested improvements. Many th * Sam Phillips * Jose Angel Cortinas * Razic +* Steve Tooke ## Background diff --git a/VERSION b/VERSION index 6085e9465..23aa83906 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 +1.2.2 diff --git a/webmock.gemspec b/webmock.gemspec index 050b32f9d..7b054df51 100644 --- a/webmock.gemspec +++ b/webmock.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{webmock} - s.version = "1.2.1" + s.version = "1.2.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Bartosz Blimke"] - s.date = %q{2010-05-24} + s.date = %q{2010-05-26} s.description = %q{WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.} s.email = %q{bartosz.blimke@gmail.com} s.extra_rdoc_files = [