File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 3.0.0] - 2016-07-23
7+ ### BREAKING CHANGE
8+ - Implements [ issue #3 ] ( https://github.com/sendgrid/ruby-http-client/issues/3 ) : Headers on Response
9+ - Response headers now return a hash instead of a string
10+ - Thanks to [ Chris France] ( https://github.com/hipsterelitist ) for the pull request!
11+
612## [ 2.1.4] - 2016-07-12
713### Fix
814- [ Pull Request #2 ] ( https://github.com/sendgrid/ruby-http-client/pull/2 ) , thanks [ Billy Watson] ( https://github.com/billywatson ) !
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44
55Gem ::Specification . new do |spec |
66 spec . name = 'ruby_http_client'
7- spec . version = '2.1.4 '
7+ spec . version = '3.0.0 '
88 spec . authors = [ 'Elmer Thomas' ]
99 spec . email = 'dx@sendgrid.com'
1010 spec . summary = 'A simple REST client'
You can’t perform that action at this time.
0 commit comments