Skip to content

Commit

Permalink
Version v3.1.0: #5 Ability to set the Content-Type header
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Apr 11, 2017
1 parent 40cb4c1 commit 2b45ad9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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/).

## [3.1.0] - 2016-04-10
### Added
- #5 Ability to set the Content-Type header
- Thanks to [Wataru Sato](https://github.com/awwa) for the pull request!

## [3.0.2] - 2016-04-10
### Update
- #8 Internal refactor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All updates to this library is documented in our [CHANGELOG](https://github.com/

## Prerequisites

- Ruby version 2.2
- Ruby version 2.2+

## Install Package

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 = '3.0.2'
spec.version = '3.1.0'
spec.authors = ['Elmer Thomas']
spec.email = '[email protected]'
spec.summary = 'A simple REST client'
Expand Down

0 comments on commit 2b45ad9

Please sign in to comment.