Skip to content

Commit

Permalink
Version v4.0.6: #113 Fix Travis CI Prism functionality for non-SendGr…
Browse files Browse the repository at this point in the history
…id contributors, update deprecated File.exists
  • Loading branch information
thinkingserious committed Oct 18, 2016
1 parent d76da83 commit 296e9e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.0.5] - 2016-10-18 ##
### Added
- Pull #113: Fix Travis CI Prism functionality for non-SendGrid contributors, update deprecated File.exists

## [4.0.5] - 2016-10-17 ##
### Added
- Pull #110, fixed Issue #109
Expand Down
2 changes: 1 addition & 1 deletion lib/sendgrid/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SendGrid
VERSION = '4.0.5'
VERSION = '4.0.6'
end
2 changes: 1 addition & 1 deletion test/sendgrid/test_sendgrid-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_init
')
assert_equal(test_headers, sg.request_headers)
assert_equal("v3", sg.version)
assert_equal("4.0.5", SendGrid::VERSION)
assert_equal("4.0.6", SendGrid::VERSION)
assert_instance_of(SendGrid::Client, sg.client)
end

Expand Down

0 comments on commit 296e9e4

Please sign in to comment.