File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
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.
33
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6+ ## [ 3.0.2] - 2016-04-10
7+ ### Update
8+ - #8 Internal refactor
9+ - Thanks to [ ciamiz] ( https://github.com/ciamiz ) for the pull request!
10+
611## [ 3.0.1] - 2016-01-25
712### Fix
813- [ Pull Request #7 ] ( https://github.com/sendgrid/ruby-http-client/pull/7 )
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 = '3.0.1 '
7+ spec . version = '3.0.2 '
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