Skip to content

Commit

Permalink
change version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusBueno782 committed Nov 23, 2020
1 parent ed56af2 commit fdee3cc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# CHANGELOG

## 3.1.0 - 2020-11-23

- Fix for using custom config with `response: true` by bumping `bamboo` version to `~> 1.6` ([#150])
- Implement our custom test adapter ([#151])
- Fix CI random failure by attaching FakeGenSMTP Server process to Test supervision tree.([#153])
- Add Content-ID header when needed([#154])
- Base 64 encode the headers only when the content contains non-ASCII characters.([#155])
- Handle `:permanent_failure` exception and re-raising it as a `SMTPError`.([#156])
- After bumping the dependencies, the project requires([#149]):
- credo `~> 1.4.1`
- bamboo `~> 1.6`
- excoveralls `~> 0.13.3`
- gen_smtp `~> 1.0.1`

[#149]: https://github.com/fewlinesco/bamboo_smtp/pull/149
[#150]: https://github.com/fewlinesco/bamboo_smtp/pull/150
[#151]: https://github.com/fewlinesco/bamboo_smtp/pull/151
[#153]: https://github.com/fewlinesco/bamboo_smtp/pull/153
[#154]: https://github.com/fewlinesco/bamboo_smtp/pull/154
[#155]: https://github.com/fewlinesco/bamboo_smtp/pull/155
[#156]: https://github.com/fewlinesco/bamboo_smtp/pull/156

## 3.0.0 - 2020-09-10

- Fix eml attachment ([#137]).
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule BambooSmtp.Mixfile do
def project do
[
app: :bamboo_smtp,
version: "3.0.0",
version: "3.1.0",
elixir: "~> 1.7",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit fdee3cc

Please sign in to comment.