From 9c4dfb9d3d0b8ddf458f487e4f35943b2d0e432b Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 11 Aug 2021 16:53:18 +0000 Subject: [PATCH] Release 6.5.0 --- lib/sendgrid/version.rb | 2 +- test/sendgrid/test_sendgrid-ruby.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sendgrid/version.rb b/lib/sendgrid/version.rb index 79e670ca..9f5675b0 100644 --- a/lib/sendgrid/version.rb +++ b/lib/sendgrid/version.rb @@ -1,3 +1,3 @@ module SendGrid - VERSION = '6.4.0'.freeze + VERSION = '6.5.0'.freeze end diff --git a/test/sendgrid/test_sendgrid-ruby.rb b/test/sendgrid/test_sendgrid-ruby.rb index 14303eef..787d43a6 100644 --- a/test/sendgrid/test_sendgrid-ruby.rb +++ b/test/sendgrid/test_sendgrid-ruby.rb @@ -33,7 +33,7 @@ def test_init assert_equal(test_headers, sg.request_headers) assert_equal('v3', sg.version) assert_equal(subuser, sg.impersonate_subuser) - assert_equal('6.4.0', SendGrid::VERSION) + assert_equal('6.5.0', SendGrid::VERSION) assert_instance_of(SendGrid::Client, sg.client) assert_equal({}, sg.http_options) end