Skip to content

v0.1.0

Choose a tag to compare

@alexgaribay alexgaribay released this 23 May 15:45
· 72 commits to master since this release

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