Skip to content

Commit

Permalink
Version Bump v2.1.4: Pull request #2
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 12, 2016
1 parent e4cff91 commit e6e6a25
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/).

## [2.1.4] - 2016-07-12
### Fix
- [Pull Request #2](https://github.com/sendgrid/ruby-http-client/pull/2), thanks [Billy Watson](https://github.com/billywatson)!
- Remove Rubygems version: http://guides.rubygems.org/specification-reference/#rubygems_version

## [2.1.3] - 2016-06-14
### Fix
- Logic error
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 = '2.1.3'
spec.version = '2.1.4'
spec.authors = ['Elmer Thomas']
spec.email = '[email protected]'
spec.summary = 'A simple REST client'
Expand Down

0 comments on commit e6e6a25

Please sign in to comment.