From 5247c5e9baec547ce7d0e53e8f194609c87c2b8a Mon Sep 17 00:00:00 2001 From: destne Date: Thu, 4 Mar 2021 09:50:12 +0100 Subject: [PATCH] following semver --- CHANGELOG.md | 2 +- README.md | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8f591..7d1f06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]): diff --git a/README.md b/README.md index 8a3cfb4..bcc05ea 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 8c028fe..25c1430 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [