Skip to content

Commit

Permalink
Version Bump v3.3.0: #11 fix: Allow for multiple values for a parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Oct 30, 2017
1 parent 9e21b3b commit 078a50f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ruby_http_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
spec.summary = 'A simple REST client'
Expand Down

0 comments on commit 078a50f

Please sign in to comment.