File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
3
3
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
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
+
6
11
## [ 3.0.2] - 2016-04-10
7
12
### Update
8
13
- #8 Internal refactor
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/
12
12
13
13
## Prerequisites
14
14
15
- - Ruby version 2.2
15
+ - Ruby version 2.2+
16
16
17
17
## Install Package
18
18
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
5
5
Gem ::Specification . new do |spec |
6
6
spec . name = 'ruby_http_client'
7
- spec . version = '3.0.2 '
7
+ spec . version = '3.1.0 '
8
8
spec . authors = [ 'Elmer Thomas' ]
9
9
spec . email = 'dx@sendgrid.com'
10
10
spec . summary = 'A simple REST client'
You can’t perform that action at this time.
0 commit comments