Skip to content

Commit

Permalink
Merge pull request #12 from fewlinesco/release/1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
tgautier authored Jun 14, 2016
2 parents 72ee9e8 + 53e211e commit 4bdc1de
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CHANGELOG

## 1.0.0

### New Additions

* We're making it clear that we're using the MIT License ([#9])
* We're introducing a CHANGELOG :clap: ([#12])
* Add an extra newline before body. This should fix the display of HTML content with email readers. ([#6])
* Minor improvements to README ([#4])

[#9]: https://github.com/fewlinesco/bamboo_smtp/pull/9
[#12]: https://github.com/fewlinesco/bamboo_smtp/pull/12
[#6]: https://github.com/fewlinesco/bamboo_smtp/pull/6
[#4]: https://github.com/fewlinesco/bamboo_smtp/pull/4
4 changes: 2 additions & 2 deletions 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: "0.0.2",
version: "1.0.0",
elixir: "~> 1.2",
source_url: @project_url,
homepage_url: @project_url,
Expand Down Expand Up @@ -36,7 +36,7 @@ defmodule BambooSmtp.Mixfile do

defp package do
[
maintainers: ["Kevin Disneur"],
maintainers: ["Kevin Disneur", "Thomas Gautier"],
licenses: ["MIT"],
links: %{"GitHub" => @project_url}
]
Expand Down

0 comments on commit 4bdc1de

Please sign in to comment.