Skip to content

v4.0.0

Compare
Choose a tag to compare
@MatheusBueno782 MatheusBueno782 released this 04 Mar 10:51
· 36 commits to master since this release
919887e
  • Change the way the adapter handle errors when emails fail to deliver. instead of raising a SMTPError we now return an {:error, %SMTPError{}} tuple. This is required to accommodate the breaking changes introduced in bamboo 2.0(#177).
  • After bumping dependencies, the project requires(#178):
    • core:
      • bamboo ~> 2.0.0
    • dev/test:
      • credo ~> 1.5.0
      • excoveralls ~> 0.14.0