From e6e6a2530da361123efcf90b1afa0a1e998438dd Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Tue, 12 Jul 2016 07:45:50 -0700 Subject: [PATCH] Version Bump v2.1.4: Pull request #2 --- CHANGELOG.md | 5 +++++ ruby_http_client.gemspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'