Skip to content

Commit 2b45ad9

Browse files
Version v3.1.0: #5 Ability to set the Content-Type header
1 parent 40cb4c1 commit 2b45ad9

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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.1.0] - 2016-04-10
7+
### Added
8+
- #5 Ability to set the Content-Type header
9+
- Thanks to [Wataru Sato](https://github.com/awwa) for the pull request!
10+
611
## [3.0.2] - 2016-04-10
712
### Update
813
- #8 Internal refactor

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
1212

1313
## Prerequisites
1414

15-
- Ruby version 2.2
15+
- Ruby version 2.2+
1616

1717
## Install Package
1818

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.0.2'
7+
spec.version = '3.1.0'
88
spec.authors = ['Elmer Thomas']
99
spec.email = 'dx@sendgrid.com'
1010
spec.summary = 'A simple REST client'

0 commit comments

Comments
 (0)