v0.1.0
Changes
- Enhancements
- Added some API to add email addresses for marketing campaigns
Upgrading From Prior Versions
:sendgrid needs to be added to the list of applications in the mix.exs file.
def application do
[applications: [:sendgrid]]
end