Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-co committed May 6, 2017
1 parent de3d719 commit c421880
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.3.0

### New Additions

* Support passing custom params to Postmark ([#9])

### Fixes/Enhancements

* Fix Elixir 1.4 warnings and deprecations ([#7])

[#9]: https://github.com/pablo-co/bamboo_postmark/pull/9
[#7]: https://github.com/pablo-co/bamboo_postmark/pull/7

## 0.2.0

### New Additions
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
# Get from hex
[{:bamboo_postmark, "~> 0.2.0"}]
[{:bamboo_postmark, "~> 0.3.0"}]
# Or use the latest from master
[{:bamboo_postmark, github: "pablo-co/bamboo_postmark"}]
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 BambooPostmark.Mixfile do

def project do
[app: :bamboo_postmark,
version: "0.2.0",
version: "0.3.0",
elixir: "~> 1.2",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit c421880

Please sign in to comment.