Skip to content

Commit

Permalink
Bump to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdisneur committed Jun 15, 2017
1 parent 7a5c113 commit 92ac37e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 1.4.0 - 2017-06-15

* Add system env to all configs ([#49])
* Add the raw error tuple when we raise an error ([#51])
* Fix email delivery issue when subject is empty ([#60])

[#49]: https://github.com/fewlinesco/bamboo_smtp/pull/49
[#51]: https://github.com/fewlinesco/bamboo_smtp/pull/51
[#60]: https://github.com/fewlinesco/bamboo_smtp/pull/60

## 1.3.0 - 2017-01-12

* Add test targets for Elixir & OTP ([#45])
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The package can be installed as:

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

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.3.0",
version: "1.4.0",
elixir: ">= 1.2.3",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit 92ac37e

Please sign in to comment.