Skip to content

Commit

Permalink
Merge pull request #165 from fewlinesco/release/v3.1.1
Browse files Browse the repository at this point in the history
This release brings back Base64 encoding on headers.
  • Loading branch information
MatheusBueno782 authored Jan 4, 2021
2 parents 86b444e + bc3fa7e commit 89b1501
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.1.1 - 2021-01-04
- Bring back Base64 encoding on headers. Fix issue [#162]

[#162]: https://github.com/fewlinesco/bamboo_smtp/pull/162
## 3.1.0 - 2020-11-23

- Fix for using custom config with `response: true` by bumping `bamboo` version to `~> 1.6` ([#150])
Expand Down
7 changes: 5 additions & 2 deletions 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.1.0"
@version "3.1.1"

def project do
[
Expand Down Expand Up @@ -55,7 +55,10 @@ defmodule BambooSmtp.Mixfile do
[
maintainers: ["Kevin Disneur", "Thomas Gautier"],
licenses: ["MIT"],
links: %{"Changelog" => "#{@project_url}/blob/master/CHANGELOG.md", "GitHub" => @project_url}
links: %{
"Changelog" => "#{@project_url}/blob/master/CHANGELOG.md",
"GitHub" => @project_url
}
]
end

Expand Down

0 comments on commit 89b1501

Please # to comment.