Skip to content

Commit

Permalink
Merge branch 'master' into release/v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusBueno782 committed Mar 4, 2021
2 parents 5247c5e + 05451d3 commit 919887e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# CHANGELOG


## 4.0.0

- 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]).
Expand All @@ -12,6 +13,7 @@

[#177]: https://github.com/fewlinesco/bamboo_smtp/pull/177
[#178]: https://github.com/fewlinesco/bamboo_smtp/pull/178

## 3.1.3 - 2021-02-11

- Update `gen_smtp` dependency from 1.0.1 to 1.1.0 ([#171])
Expand Down

0 comments on commit 919887e

Please sign in to comment.