From 078a50fcaf92497cd297ddd248c6ff71a548aba7 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Mon, 30 Oct 2017 11:02:25 -0700 Subject: [PATCH] Version Bump v3.3.0: #11 fix: Allow for multiple values for a parameter --- CHANGELOG.md | 5 +++++ ruby_http_client.gemspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2121773..9a43da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.3.0] - 2017-10-30 +## Added +- #11 fix: Allow for multiple values for a parameter +- Thanks to [xiaoboa](https://github.com/xiaoboa) for the pull request! + ## [3.2.0] - 2017-09-01 ### Added - #12 Add a helper returns the response body as a hash diff --git a/ruby_http_client.gemspec b/ruby_http_client.gemspec index 712c0a6..421c52d 100644 --- a/ruby_http_client.gemspec +++ b/ruby_http_client.gemspec @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = 'ruby_http_client' - spec.version = '3.2.0' + spec.version = '3.3.0' spec.authors = ['Elmer Thomas'] spec.email = 'dx@sendgrid.com' spec.summary = 'A simple REST client'