Skip to content

Commit

Permalink
Update changelog and lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann IRBAH committed Aug 29, 2019
1 parent 848ea35 commit ad06913
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 2.0.0 - 2019-08-27

- SMTPAdapter now returns the SMTP server response ([#122])

**UPGRADE NOTES**

In case you were using the `response: true` option, be aware that you'll now get a tuple as a return value in the form of `{:ok, <raw-smtp-response>}` instead of an atom `:ok`.

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

## 1.7.0 - 2019-05-27

- Update Elixir, OTP and all deps to latest versions available ([#115])
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: "1.7.0",
version: "2.0.0",
elixir: "~> 1.4",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit ad06913

Please sign in to comment.