Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement →
Sign In

sendgrid-ruby

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sendgrid-ruby - rubygems Package Compare versions

Comparing version
6.6.1
to
6.6.2
+5
-0
.github/workflows/test-and-deploy.yml

@@ -99,2 +99,7 @@ name: Test and Deploy

- name: Submit metric to Datadog
uses: sendgrid/dx-automator/actions/datadog-release-metric@main
env:
DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
notify-on-failure:

@@ -101,0 +106,0 @@ name: Slack notify on failure

# Change Log
All notable changes to this project will be documented in this file.
[2022-03-09] Version 6.6.2
--------------------------
**Library - Chore**
- [PR #483](https://github.com/sendgrid/sendgrid-ruby/pull/483): push Datadog Release Metric upon deploy success. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
[2022-02-09] Version 6.6.1

@@ -5,0 +11,0 @@ --------------------------

+1
-1
module SendGrid
VERSION = '6.6.1'.freeze
VERSION = '6.6.2'.freeze
end

Sorry, the diff of this file is too big to display