Skip to content

Commit

Permalink
Version Bump v4.2.1: #112: Fixes version ambiguity in gemspec
Browse files Browse the repository at this point in the history
thinkingserious committed Apr 11, 2017

Verified

This commit was signed with the committer’s verified signature.
targos Michaël Zasso
1 parent 287eca1 commit 9d1bbf1
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
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.2.1] - 2016-4-10 ##
### Fixed
- #112: Fixes version ambiguity in gemspec
- Thanks to [Chris McKnight](https://github.com/cmckni3) for the pull request!

## [4.2.0] - 2016-4-10 ##
### Added
- #148: Set api_key to empty string
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.2.0'
VERSION = '4.2.1'
end
2 changes: 1 addition & 1 deletion test/sendgrid/test_sendgrid-ruby.rb
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ def test_init
')
assert_equal(test_headers, sg.request_headers)
assert_equal("v3", sg.version)
assert_equal("4.2.0", SendGrid::VERSION)
assert_equal("4.2.1", SendGrid::VERSION)
assert_instance_of(SendGrid::Client, sg.client)
end

0 comments on commit 9d1bbf1

Please sign in to comment.