From 1d0fe3afaff36636acd19bc29018fc43c411ff92 Mon Sep 17 00:00:00 2001 From: Twilio Date: Mon, 18 Oct 2021 18:37:09 +0000 Subject: [PATCH] Release 6.5.2 --- 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 34c60dc0..fee10481 100644 --- a/lib/sendgrid/version.rb +++ b/lib/sendgrid/version.rb @@ -1,3 +1,3 @@ module SendGrid - VERSION = '6.5.1'.freeze + VERSION = '6.5.2'.freeze end diff --git a/test/sendgrid/test_sendgrid-ruby.rb b/test/sendgrid/test_sendgrid-ruby.rb index 4d08c93f..42f78b12 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.5.1', SendGrid::VERSION) + assert_equal('6.5.2', SendGrid::VERSION) assert_instance_of(SendGrid::Client, sg.client) assert_equal({}, sg.http_options) end