Skip to content

Commit

Permalink
Version Bump v4.1.1: #115 #134: Fix typos in initialize methods
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Apr 6, 2017
1 parent 0033e1f commit 90637b4
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
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [4.1.1] - 2016-4-6 ##
### Fixed
- #115 #134: Fix typos in initialize methods
- Thanks to [Ben Jackson](https://github.com/benjackson84) for the pull request!

## [4.1.0] - 2016-4-6 ##
### Add
- #144: Add [Inbound Email Parse Webhook](https://sendgrid.com/docs/API_Reference/Webhooks/inbound_email.html) support
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.1.0'
VERSION = '4.1.1'
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 @@ -55,7 +55,7 @@ def test_init
')
assert_equal(test_headers, sg.request_headers)
assert_equal("v3", sg.version)
assert_equal("4.1.0", SendGrid::VERSION)
assert_equal("4.1.1", SendGrid::VERSION)
assert_instance_of(SendGrid::Client, sg.client)
end

Expand Down

0 comments on commit 90637b4

Please sign in to comment.