Skip to content

Commit

Permalink
following semver
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusBueno782 committed Mar 4, 2021
1 parent 1d883a4 commit 5247c5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 3.2.0
## 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]).
- After bumping dependencies, the project requires([#178]):
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The package can be installed as:

```elixir
def deps do
[{:bamboo_smtp, "~> 3.2.0"}]
[{:bamboo_smtp, "~> 4.0.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule BambooSmtp.Mixfile do
use Mix.Project

@project_url "https://github.com/fewlinesco/bamboo_smtp"
@version "3.2.0"
@version "4.0.0"

def project do
[
Expand Down

0 comments on commit 5247c5e

Please sign in to comment.