Skip to content

Commit 078a50f

Browse files
Version Bump v3.3.0: #11 fix: Allow for multiple values for a parameter
1 parent 9e21b3b commit 078a50f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [3.3.0] - 2017-10-30
7+
## Added
8+
- #11 fix: Allow for multiple values for a parameter
9+
- Thanks to [xiaoboa](https://github.com/xiaoboa) for the pull request!
10+
611
## [3.2.0] - 2017-09-01
712
### Added
813
- #12 Add a helper returns the response body as a hash

ruby_http_client.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = 'ruby_http_client'
7-
spec.version = '3.2.0'
7+
spec.version = '3.3.0'
88
spec.authors = ['Elmer Thomas']
99
spec.email = 'dx@sendgrid.com'
1010
spec.summary = 'A simple REST client'

0 commit comments

Comments
 (0)