Skip to content

Commit

Permalink
Merge pull request #20 from fewlinesco/release/1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
tgautier authored Jul 18, 2016
2 parents f69509c + ebac476 commit c295457
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# CHANGELOG

## master
## 1.1.0 - 2016-07-18

### New Additions

* Bump `gen_smtp` to `0.11.0` (from `0.10.0`)
* Support Elixir `1.3.0`
* Support Erlang `19.0`
* Subject is now encoded to conform to RFC822 ([#15])
* Bump `gen_smtp` to `0.11.0` (from `0.10.0`) ([#13])
* Support Elixir `1.3.0` ([#13])
* Support Erlang `19.0` ([#13])

## 1.0.0
[#15]: https://github.com/fewlinesco/bamboo_smtp/pull/15
[#13]: https://github.com/fewlinesco/bamboo_smtp/pull/13

## 1.0.0 - 2016-06-14

### New Additions

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.0.0",
version: "1.1.0",
elixir: "~> 1.2",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit c295457

Please sign in to comment.