diff --git a/CHANGELOG.md b/CHANGELOG.md index 994a099..f755825 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/). +## [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 diff --git a/ruby_http_client.gemspec b/ruby_http_client.gemspec index d02a4cd..4daefdb 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 = '2.1.3' + spec.version = '2.1.4' spec.authors = ['Elmer Thomas'] spec.email = 'dx@sendgrid.com' spec.summary = 'A simple REST client'