Skip to content

Commit

Permalink
Bump to 1.5.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kdisneur committed May 28, 2018
1 parent f815a6f commit 07f9adf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.5.0-rc.4 - 2018-05-28

- Add authentication option ([#89])

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

## 1.5.0-rc.3 - 2018-04-04

- Add no_mx_lookups option to gen_smtp config ([#82])
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule BambooSmtp.Mixfile do

def project do
[app: :bamboo_smtp,
version: "1.5.0-rc.3",
version: "1.5.0-rc.4",
elixir: "~> 1.4",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit 07f9adf

Please sign in to comment.